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!
Hey!
Here you go:
.tab_inner_content * {
color: white !important;
}
.tab_content, .tab{
border-color: red !important;
}
Change as needed.
Cheers!
Josue
Thank you!