Tagged: font colour, portfolio grid
Hi,
I can’t seem to figure out how to change the colour of the titles in the portfolio grid on the homepage. It’s white on white right now. http://www.vancouvermedispa.ca/
The same thing is happening with the little shopping cart symbol when I started setting up the online shop.
Would love some help with that. Thanks!
Hi dhandakam,
Please try the following in Quick CSS under Enfold–>General Styling:
.grid-entry-title a {
color:black !important;
}
Thanks,
Rikard
Thanks Rikard! That worked for the titles of the portfolio grid but the shopping cart icons in the online shop are still white on white, same with the category titles.
Would be amazing if we could fix that too ;)
Hi,
Sorry but I can’t find any of your products, could you link directly to one please?
Best regards,
Rikard
Hi!
Please add following code to Quick CSS
#top .products .product-category h3 { color: black !important; }
Best regards,
Yigit
Hi Yigit,
Thanks for the super fast response!
It worked for the shop page but the shopping cart icon on this page is still white http://www.vancouvermedispa.ca/product-category/cleanser/
Hey!
Please add following code to Quick CSS
.avia_cart_buttons * ,.products .product h3, .products .product h4, .products .product h5, .products .product h6 {
color: black!important;
}
Regards,
Yigit
Fantastic!
Thank you so much!