Tab Label Color

How do I change colors and font size on Tab Label where I have

Overview, Itinerary, Accomodation

To change the tab colors, text font size. It is too dark and I would like to make it more visible and attractive.

When it is selected it is black, when not - it is white, how do I make the Tab different color?

Hello Igor,

You can use CSS for this. Please go to Appearance >> Editor >>Entrada Child >> style.css and then add the code below at the bottom of this editor:

#sticky-tab.nav-wrap {
background: #c02127;
}

.nav-tabs > li > a {
color: #ffffff;
}
This will set the background color to red and text color to white.

Thank you

Hello,

This code is working well for the backround color. But the text color is still the same.

Should I change it somewhere else ?

Thanks and regards,

Nathan