Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565215

    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!

    #565398

    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

    #565995

    Hi Rikard,

    That didn’t work for me. I’m trying to change the header tags “Permeable” and “Regular” under the image tab links.

    #566442

    Hi,

    Please try this instead:

    .active_tab_content h2 {
    color:red !important;
    }

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.