- This topic has 5 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Clean Commerce Pro › Customizing theme color change
Hi
I have customized the orange used for links to green, How do I customize the few oranges that somehow seem to persist as shown in link below
https://imgur.com/a/6pwuz
Thanks for your help
Hello @itsme2018,
To change the color and remove the sale tag use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#featured-carousel .slick-next.slick-arrow {
background-color: #8BC34A;
}
#header-nav li.current-menu-item a, #header-nav li.current_page_item a{
color: #8BC34A;
}
.woocommerce ul.products li.product span.onsale {
display: none;
}
Hope this helps.
Best Regards!!
Thanks for your speedy reply.
The CSS corrected the carousel arrows, but the header menu remained unchanged and the sale filter icon disappeared. I just wanted the orange colors changed to green.
Regards
Hello @itsme2018,
As for the header menu, the CSS worked when we tested it locally. Since it is not working for you please post your site URL so that we can provide a precise fix on this.
Now to change the color of the sale tag replace the code given below:
.woocommerce ul.products li.product span.onsale {
display: none;
}
With this code:
.woocommerce ul.products li.product span.onsale {
background-color: #9db51f;
}
Hope this helps.
Best Regards!!
As requested, I have attached the URL below
Thanks for speedy assistance so far.
Hello @itsme2018,
When we inspected your site URL we could not find the top left menu so we are unable to provide any fix.
So please set the top left menu and let us know.
Thank you.
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |