Hello,
Please provide us with temporary wp-admin and FTP access so we can take a closer look.
Regards
Hello,
Please provide us with temporary wp-admin and FTP access so we can take a closer look.
Regards
You’re welcome!
We did not test the compatibility yet.
Regards
Hello,
Please change your code to:
.menu .menu-item a:active, .menu .menu-item a:hover {
font-weight:800 !important
}
Regards
Hello,
Please see screenshots form our demo – http://prntscr.com/kqr1a1 http://prntscr.com/kqr1ch
Also, you may try to use some of Massive Addons elements – http://massive.mpcthemes.net/
Regards
Hello,
Thanks for the topic.
1. Please find this code in Theme Options > Styling > Custom css:
.header-color-dark .menu-wrapper .menu>li.current-menu-item>a:after,.header-color-dark .menu-wrapper .menu>li>a:hover:after,.header-color-dark .menu-wrapper .menu>li>a:after {
background-color: #651fff;
margin-top: 8px
}
and change the color value.
2. Please add this code in Theme Options > Styling > Custom css > Global custom css:
@media only screen and (max-width: 992px){
.et-header-full-width .header-wrapper .navbar-toggle {
right: 3px;
}
}
3. You may add this code in Theme Options > Styling > Custom css > Custom css for mobile:
.fixed-header .container {
padding-top: .6em;
padding-bottom: .6em;
}
.fixed-header .header-logo img {
max-width: 70px !important;
}
.fixed-header .navbar-toggle {
right: 5px;
}
or disable Fixed header in Theme Options > General > Header Settings > Fixed header type.
Regards
You’re welcome!
Have a nice day.
Regards
You’re welcome!
Regards
Please add this code also:
.menu-align-center, .menu-wrapper-right {
width: 67%;
}
Let me know the result.
Regards
Hello,
You may create footer using static block, for example, http://prntscr.com/kqitrx
use Row Layout settings to set required columns – http://prntscr.com/kqiuik + http://prntscr.com/kqiuo3
https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/support/static-blocks/
https://www.youtube.com/watch?time_continue=1&v=hmsxW5KF9dg
Regards
Please provide wp-admin access in the Private Content area.
Regards
You’re welcome!
Theme update does not affect code of this area.
P.S. Please do not edit style.css file of the parent theme. You may add own custom css code in Theme Options > Custom css or into style.css file of your child theme.
Regards
Hello,
Thanks for the screenshot. Please add this code in Theme Options > Custom css > Custom css for desktop:
.header-wrapper.header-double-menu .menu-wrapper .menu {
text-align: left !important;
}
.header-wrapper.header-double-menu .menu-wrapper.menu-wrapper-right .menu{
text-align: right !important;
}
Regards
Hello,
Thanks for the reply.
Please add this code in Custom css for page http://prntscr.com/kqhztf
.category-1 .product-categories h2 {
background-color: #ff7500;
padding: 20px 15px;
color: #FFF;
font-size: 16px;
text-align: center;
}
.category-1 .product-categories {
border: 2px solid #ff7500;
margin-bottom: 30px !important;
margin-left: 0;
margin-right: 0px;
}
.category-1 .product-categories li a {
padding: 17px 0;
padding-left: 20px !important;
}
Regards
This page can’t be created automatically. You need to create a new page with correct name and required content and select it in WC settings.
Here is WC documentation – https://docs.woocommerce.com/document/woocommerce-pages/
For more information, it would be better to contact WC support.
Regards
Hello,
Single product and categories pages inherit layout of Shop page. You do not need to change the footer for every page.
I did not make any updates on your site, except – https://prnt.sc/kpzd76
On your site activated – http://prntscr.com/kqhcyj > http://prntscr.com/kqhbx1 (please do not use style.css file from old theme version because it causes the misunderstanding with theme version) and there are 2 more themes which are inactivated http://prntscr.com/kqhckz http://prntscr.com/kqhdcp
If you want to change any styles in theme, please do it via child theme style.css or Theme Options. It is not recommended to make any changes in style.css of woopress parent theme, because all customization here will be lost after each theme update.
Raleway is google font – http://prntscr.com/kqhkjc
Regards
Hello,
fas fa-shipping-fast are classes of the new version of FontAwesome – 5.0. Royal theme use version 4.7.0, so use classes of 4.7.0 version https://fontawesome.com/v4.7.0/icons/, for example, shopping-bag
If you want to set own image, try to use this custom css code (Theme Options > Custom css or style.css file of your child theme):
.header-type-18 .navbar-right .navbar-right .cart-bag {
background-image: url(your_image_url);
width: 20px;
height: 20px;
margin-right: 5px;
margin-top: 2px;
}
.ico-sum:before, .ico-sum:after {
display: none;
}
.ico-sum {
background-color: transparent !important;
}
Regards
You’re welcome!
Please see screenshot – http://prntscr.com/kqh1o8
Regards
Please clear cache and check now.
Regards
Hello,
Please use this custom css code (Theme Options > Styling > Custom css or style.css file of your child theme):
.product-view-default .footer-product .show-quickly {
background-color: black;
}
Regards
Thanks for the reply.
Please provide temporary wp-admin access in the Private Content area.
Regards
Hello,
Thanks for the topic.
Please provide us with temporary wp-admin and FTP access.
Also, let us know if you use CDN.
Regards
Please see screenshot http://prntscr.com/kqfopt
Regards
Hello,
Thanks for contacting us.
Please provide us with your site URL so we can take a closer look.
Could you please provide some screenshots of this problem to help me understand more?
You can use such screenshot maker as Lightshot https://prnt.sc/ and provide links to screenshots.
Regards
You’re welcome!
Regards
Hello,
1. Please add this code in Theme Options > Custom css > Global custom css or in style.css file of your child theme:
.menu-social-icons i, .main-footer .menu-social-icons li i {
background-color: green !important;
}
2. You may set Main Color in Theme Options > Styling
+ add this code in custom css area:
.product_meta a {
color: green;
}
3.
.border-grey:hover {
background-color: green;
border-color: green;
}
.single_add_to_cart_button {
background-color: green;
}
.product-information .cart button[type="submit"]:hover {
background-color: green;
}
Regards
Hello,
Please temporarily disable all 3rd party plugins and check if one of them causes the problem.
Regards
Hello,
Thanks for contacting us.
1) You need to install woocommerce pages. To do this go to WooCommerce > System Status > Tools > Install WooCommerce Pages.
2) Firstly create WishList page if it’s not created yet using following shortcode [yith_wcwl_wishlist] then set the page here – http://prntscr.com/kqfelg
Regards
Hello,
You’re welcome!
Regards
Hello,
Please provide us with temporary wp-admin access so we can take a closer look.
Regards
Hello,
You’re welcome!
Please go to Theme Options > Header Settings > Main header area > Logo image > upload own image and Save changes.
Also, there is the ability to upload a custom logo for page via Page Layout settings – http://prntscr.com/kqf6r2
Regards