This topic has 8 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
Where do I find the code to change the color styling of the Featured Products (located on the lower part of the home page)? Every other button has been changed on the site, but the Featured Products area has stayed with the defaults. I need to change the color of the headline, the button, and the button text. If you have code I can just add to my child theme that would be appreciated. Thank you!
Hello,
Try the following css code:
.product-slider .product-slide .product-name a {
color: black !important;
}
.product-slider .product-slide .btn-cont .button {
background-color: #96181c !important;
}
.product-slider .product-slide .btn-cont .button:hover {
background-color: #85070b !important;
}
.product-slider .product-slide .btn-cont a {
color: white !important;
}
Best regards,
Jack Richardson.
That changed the title, but the buttons are still grey. Thoughts?
Hello,
I’ve added this line to the code:
@media only screen and (min-width: 960px)
Please clear browser cache and check featured products slider now.
Best regards,
Jack Richardson.
That fixed it for the desktop view, but what about the tablet and mobile?
Hello,
I’ve edited the code.
Please check the site on mobiles now.
Best regards,
Jack Richardson.
That works. Thank you!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Blanco Theme Featured Item Styling’' has been successfully resolved, and the topic is now closed for further responses