Hello,
I’m trying to change the font color of the active tab in the link below. I tried some css that I got from other forum posts, but I couldn’t get it to work.
Thanks for your help!
Hi jesseaborden,
Not sure what text you are trying to target but you can try something like this:
.active_tab p {
color:red !important;
}
Regards,
Rikard
Hi Rikard,
That didn’t work for me. I’m trying to change the header tags “Permeable” and “Regular” under the image tab links.