This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
Hi guys.
In prolongation to this thread (which has been closed – thus this new thread):
https://www.8theme.com/topic/menu-items-colour-text-and-icons-white-on-one-page-black-on-another/
I managed to recolor both menu text and cart price in the header, but as the text for the price shown in the cart is now white in the “main header” it is invisible in the “sticky header” when scrolling down the page, as the sticky header has a white background.
How can i make the custom css coding affect only the price text colour in the main header, and leave it black in the sticky one?
Hello,
Please add this code in Global Custom CSS:
.fixed-header-area .shop-text {
color: black;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up