Hi - I'm trying to change the heading color to white on the page at http://modernbay.co/shop/, however when I use dev tools and change the color in the custom CSS, it makes it a global change. Is there a way to only call out that particular instance to make it white without making global changes?
Hi - I'm trying to change the heading color to white on the page at http://modernbay.co/shop/, however when I use dev tools and change the color in the custom CSS, it makes it a global change. Is there a way to only call out that particular instance to make it white without making global changes?
Thank you,
Hey!
.woocommerce.archive .parallax_slider_outer.first-section .swiper-slide .content h1 { color: #fff !important; }
Salient Support Team
Perfect! You are the MAN! Thank you Tahir!