Hello,
Please, watch this tutorial https://youtu.be/Qok2zRedRMY
Regards,
Rose Tyler.
Hello,
1. Please, add this code in Custom CSS:
a)
.product_meta a {
color: #917c27;
}
.product_meta a:hover {
color: #917c27;
}
b)
.product_meta {
font-size: 14px;
}
c) Have you changed some original theme files?
d) You can edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”). We recommend to make changes in the child theme http://codex.wordpress.org/Child_Themes not to lose modifications after theme update.
2. Please, use Slider Settings Style to change button: http://prntscr.com/eb33nn
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.menu .menu-item-descr {
display: none !important;
}
Regards,
Rose Tyler.
Hello,
Try to change this code:
.shop-text {
display: none;
}
to
.widget_shopping_cart_content .shop-text{
font-size:0;
}
.widget_shopping_cart_content .total {
color:transparent;
}
Regards,
Rose Tyler.
Hello,
Unfortunately, there is no such possibility in the theme.
You can try to search for some plugins that may help you.
Also, you can try to create static block with Brands widget and then add it in Single product page Sidebar (Appearance > Widgets).
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS for mobile:
.woocommerce-page .sidebar-mobile-top > .row {
max-width: 100%;
margin-left: 0;
}
Regards,
Rose Tyler.
Hello,
You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.
Regards,
Rose Tyler.
Hello,
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 > add “Static Block” widget from Footer widget area.
If this is not what you want then provide wp-admin access in Private Content so we could check issue.
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards
Hello,
It is not image, you can add this code in Custom CSS to change some style
.product .product-image-wrapper .out-stock {
background-color: green;
color: white;
}
and translate “Out of stock” in wp-content/themes/classico/woocommerce/loop/sale-flash.php file.
Read more here how to translate:
https://www.8theme.com/classico-theme-documentation/ (10.Translation)
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Also, please disable all 3rd-party plugins, clear browser cache and check then.
Regards,
Rose Tyler.
Hello,
Go to Settings > General
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.secondary-menu-wrapper .menu li > a {
font-size:16px;
font-weight:600;
}
Regards
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards
Hello,
You’re welcome!
Please, use this code:
.onsale { background: #ff0d5f;}
Regards
Hello,
To change selection add the following code in Theme Options > Styling > Custom CSS
::selection {
background: your_color;
}
Regards
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
I’ve created test product with Custom Options and disabled Ajax “Add To Cart” in Theme Options. Please check it now http://prntscr.com/e9vw70
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
To change logo go to Theme Options > Header Settings > Logo image, also, please check the page editor in Pages section and look at “Custom logo for this page” field in Page Layout box on the right side of the editor.
Please read our documentation:
https://8theme.com/demo/docs/woopress/index.html
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.single-product .owl-carousel .owl-item img {
width: auto;
max-width: 100%;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, use this code:
.home .header-wrapper {
background: transparent;
}
Regards,
Rose Tyler.
Hello,
Also, add this code:
.page-content {
margin-bottom: 0;
}
Regards,
Rose Tyler.