Hello,
Could you please provide wp-admin access in Private Content so we could check it?
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.
Hello,
You need to hide your column with slider on mobile http://prnt.sc/e9itaq, also add this code in Custom css for home page http://prnt.sc/e9iu5u:
@media only screen and (max-width: 480px) {
.page-content {
margin-top: 0;
}
}
I’ve added custom class http://prnt.sc/e9iv1w, please add this code in Global Custom CSS:
@media only screen and (max-width: 480px) {
.footer-navigation {
text-align: center;
}
}
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards
Hello,
Please, add this code in Custom CSS:
.woocommerce-checkout #select2-results-1, .woocommerce-checkout #select2-results-2 {
background-color: white;
}
If this is not what you want to change then provide me screenshot for better understanding.
Regards
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards
Hello,
Go to Theme Options > General > Breadcrumbs.
Also, you can use your own featured images for every post (go to Posts > edit posts > Featured Image post).
Regards
Hello,
You can try to disable header background image on the Home page using Custom css.
Could you, please, provide site link and wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
I have imported Shop banner for you. To add it for the shop page http://prntscr.com/dilnst
[rev_slider alias="shop-banner"] if you want to show this banner for the category go to Products > Categories > edit the category and add slider shortcode in the category description.
Regards
Hello,
Try to add this code in Custom CSS:
.home .slide-item .product .product-image-wrapper {
min-height: 325px;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Could you please provide wp-admin access in Private Content so we could import slider to your site?
Please, read this topic https://www.8theme.com/topic/how-to-add-brands-our-offer-click-to-pop-up-qr-code-as-what-you-did-on-you/
Regards
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Oh I see, please, use this code:
.woocommerce-MyAccount-content .woocommerce-Button {
background-color: black;
border-color: black;
}
.woocommerce-MyAccount-content .woocommerce-Button:hover {
background-color: black;
border-color: black;
}
Regards
Hello,
You can use developer tools to inspect elements, for example https://developer.chrome.com/devtools http://prntscr.com/e92n1r https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
.woocommerce-checkout-review-order #place_order {
background-color: black;
border-color: black;
}
.woocommerce-message .button {
background-color: black;
}
.woocommerce-message .button:hover {
background-color: black;
}
Regards
Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
Hello,
Please update the theme to the last version.
Before update delete “woocommerce” folder in the directory wp-content/themes/classico/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
https://www.youtube.com/watch?v=KdWESIIPU1k&feature=youtu.be
(it’s for Legenda theme but the process is the same).
Then try to use your code or change it follow the example:
if(!function_exists('my_theme_styles')) {
function my_theme_styles() {
wp_enqueue_style("my-google-fonts","http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic|Raleway:400,300,500,600,700,800|Cookie&subset=latin,latin-ext");
}
}
add_action( 'wp_enqueue_scripts', 'my_theme_styles', 40);
Regards,
Rose Tyler.