Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #351948

    In the link below, what CSS targets the font color and border in the tab shortcode? The text is blue, and it would need to be white font to show well.

    Also need to make the border match the dark background.

    Thank you!

    #352228

    Hey!

    Here you go:

    .tab_inner_content * {
        color: white !important;
    }
    .tab_content, .tab{
        border-color: red !important;
    }

    Change as needed.

    Cheers!
    Josue

    #352264

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘What CSS targets the font color and border in the tab shortcode?’ is closed to new replies.