Hello,
Try to add this code in Custom CSS:
1.
.single_add_to_cart_button.etheme-simple-product.button {
background-color: blue;
}
.single-product .single_add_to_cart_button:hover {
background-color: red !important;
}
2.
.single-product h3.addon-name {
font-size: 18px;
}
3. Could you, please, provide me screenshot for better understanding?
4.
.menu > li > a {
font-family: Neucha;
font-size: 20px;
font-weight: 700;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.single-product .product-images {
margin-top: 25px;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
You needed to update your translation files.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.mobile-nav .wpb_row{
clear:both;
}
Regards,
Rose Tyler.
Hello,
Please check your contact form now.
Regards,
Rose Tyler.
Hello,
I have checked it. Seems your modifications caused this issue. Try to use original theme file top-bar.php. You need check your custom code attentively which you added in child theme files.
Regards,
Rose Tyler.
Hello,
Please provide FTP credentials.
Regards,
Rose Tyler.
Hello,
You can edit the file header.php. We recommend to make changes in the child theme not to lose changes after update.
You can set your Main Menu for Mobile Menu in Appearance > Menus > Manage Locations.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day.
Regards,
Rose Tyler.
Hello,
Try to change this css code in your child theme http://prntscr.com/dfkp1y to http://prntscr.com/dfkoqn
Regards,
Rose Tyler.
Hello,
As I see it’s working fine. Please see screenshot: http://prnt.sc/dfkibm
Have you resolved the issue?
Regards,
Rose Tyler.
Hello,
Please provide us with wp-admin login credentials because we can’t login on your web-site to see the problem.
Regards,
Rose Tyler.
Hello,
I’ve added some css code in your Custom CSS. Clear browser cache and check it now.
Regards,
Rose Tyler.
Hello,
Please read the documentation https://www.8theme.com/classico-theme-documentation/
You need to disable footer demo blocks in 8Theme Options->General->Footer.
https://www.8theme.com/demo/docs/classico/index.html#footer
Footer can be edited in Static Block section. To enable Visual Composer editor for static block go to Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”. Also, you can go to Appearance > Widgets > remove “Static Block” widget from Footer widget area.
Regards,
Rose Tyler.
Hello,
You can translate theme strings as described in the documentation https://www.8theme.com/demo/docs/classico/#translation
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.top-bar .topbar-widget.widget_nav_menu li a:hover {
color: #2E2E2D !important;
}
Have you translated .po file in wp-content/themes/woopress/languages directory?
Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate
Regards,
Rose Tyler.
Hello,
You can check “Don’t show this popup again” in popup window http://prntscr.com/dehlp6 and it shouldn’t show again in every page. It will be shown only when browser cache and cookies are cleared.
Regards,
Rose Tyler.
Hello,
The problem is related to your child theme.
When parent theme is activated promo popup works properly.
Please check the changes you made in the child theme.
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.top-bar .topbar-widget.widget_nav_menu li a {
color: #2e2e2e !important;
}
.checkout-button.button.alt.wc-forward {
color: white;
}
Go to Appearance > Widgets > Left Side top bar area and add empty Text widget.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Global Custom CSS:
header .et-search-trigger.search-dropdown:before {
content: "Start your product search";
position: absolute;
width: 200px;
right: 0;
top: 50%;
}
and this in Custom CSS for landscape and mobile
header .et-search-trigger.search-dropdown:before {
display: none;
}
Regards,
Rose Tyler.
Hello,
As I see it’s working fine. Please see screenshots: http://prntscr.com/deewo2 http://prnt.sc/deewrm
So could you maybe provide us some screenshots of the problem for better understanding in this case?
Try to add this code in Custom CSS:
.home .header-type-2.slider-overlap .header .menu > li.menu-item-has-children:after {
top: 0px !important;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.woocommerce-page .product {
margin-bottom: 75px;
}
.woocommerce-page .progress-button.etheme_add_to_cart_button.product_type_simple {
margin-top: 48px;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.et-mobile-menu li a, .mobile-nav-heading, .mobile-nav .links li a {
color: white;
}
Regards,
Rose Tyler.
Hello,
To close first tab by default you need edit the file wp-content/themes/royal/woocommerce/single-product/tabs.php and change the code http://prntscr.com/decys4 to <?php if($i == 0) echo 'style="display:block;"'; ?>
.
Regards,
Rose Tyler.