Hello,
Provide us with temporary wp-admin and FTP access, we will check what can be done to help you.
Regards
Hello,
Provide us with temporary wp-admin and FTP access, we will check what can be done to help you.
Regards
Have you changed the code?
To set color of header:
.header-wrapper, .page-wrapper .header .container, .page-wrapper .main-nav .container {
background-color: black;
}
Regards
Hello,
1. Unfortunately, I can’t login to check your settings. Please check credentials.
2. Make sure that the logo image is available in your media library.
3. Try to disable all 3rd-party plugins.
Regards
Hello,
You can use backend or fronted editor of WPBakery Page Builder – https://image.prntscr.com/image/mLKHHSd0QqK3U-KsPGqLoA.png
https://wpbakery.com/video-tutorials/
Regards
Hello,
.quick-view-popup, .quick-view-popup select, .quick-view-popup .quantity input[type=button], .quick-view-popup .quantity input[type=number]{
background-color: white !important;
}
.quick-view-popup .quantity input[type=number],
.quick-view-popup .quantity-box label,
.quick-view-popup .share-title,
.quick-view-popup .product-name,
.quick-view-popup .product-info .sku_wrapper {
color: black !important;
}
Regards
If you added custom css code in Theme Options > Custom css, please note that from the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update, you need to create the dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' ); in royal-child/functions.php file. Then go to Theme Options and re-save them.
Do not forget to clear cache before checking the result.
Regards
I am glad that your problem was solved.
Regards
Hello,
Please provide me URL to page with the problem.
Regards
Sorry, but your problem is a bit unclear for me. Could you please make some video for better understanding?
Regards
Also, please, use this code to change bg color of header:
.header-wrapper, .page-wrapper .header .container, .page-wrapper .main-nav .container {
background-color: black;
}
Regards
Hello,
Please change this code https://image.prntscr.com/image/h9_jjnKeQgKLwUGcwVgwsw.png to
.header .contact-us {
margin-top: 14%;
margin-right: 0px;
}
add this https://image.prntscr.com/image/hd9dI8ZIQJ6KGGX5XL4RGg.png
to
@media (min-width: 1290px) {
.header .container {
width: 1300px;
}
.header2 .logo {
width: auto;
}
}
Regards
Here is our documentation about menu – https://www.8theme.com/documentation/xstore/menu-set-up/
In 4.16 theme version Menu options were moved into popup https://image.prntscr.com/image/5yXyaVh9QG_srPw4jpVEdw.png so to be able to see all menu settings, you need to click on “8Theme Page Options”.
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
What version of theme and woocommerce do you use?
Did you make changes in template files? Do you use child theme? Do you have the same problem with parent theme activated on site?
Have you tried to disable all 3rd party plugins?
Regards
Hello,
Theme Options > General > Header Settings > https://image.prntscr.com/image/IZzDlKy9TxqsJCHm4eMhqA.png
Regards
Hello,
Please change Line Height – https://image.prntscr.com/image/7e_PMwmSR7O6HXYAjnu1Bg.png
Regards
Looks like, your changes in files caused conflict with the new version of these files in latest theme version. In this case, you just need to compare 2 files https://text-compare.com/ and add the missing code to your child theme file.
Regards
Hello,
.price
http://prntscr.com/jv7ag8 – single product (.product-information .price, .product-info-wrapper .price, .product-summary-center .price)
http://prntscr.com/jv7aox – shop page (.content-product .price)
If this is not what you are looking for, please, describe your question in more details.
Regards
Hello,
Please use this code also:
.btn-checkout, .checkout-button {color: white !important;}
Regards
Hello,
This custom css code
.product-information .email-link {
display: none;
}
should work fine.
Did you add the code in Custom css of Theme Options or in style.css file of child theme? Have you cleared cache before checking the effect of the code?
Regards
Great.
I am glad that your problem was solved.
Regards
Hello,
I am glad that you sorted out.
Feel free to ask if you have any other questions.
Regards
Hello,
I am glad that you sorted out.
Regards
Hello,
Try to disable Massive Addons plugin and then check. What PHP version do you use?
Please provide us with temporary wp-admin access so we can take a closer look.
Regards
Hello,
Do you have the same problem with parent theme activated on site?
Have you tried to disable all 3rd party plugins?
Regards
Dear @rwlee33,
With parent theme activated on your staging site, the problem doesn’t occur – https://image.prntscr.com/image/KkIoCauFQDm-pflQG_OPrA.png
Looks like some changes in files of child theme caused the problem.
Regards
Please, clear cache and check one more time http://prntscr.com/juyq4u
Regards
Go to Appearance > Install Plugins > update 8theme Core plugin.
Regards