Hi Team,
I am trying to change the colour of the selected tab but it just continues to be purple when I want it to be white when selected.
This is the link to the page I am trying to change.
Thank you in advance!!!
Hey billysbuddies,
It looks like it is the tab text color that is the issue. Add the following to quick css:
#top a.av-active-tab-title {
color: #fff!important;
}
You can adjust the color to whatever you need.
Best regards,
Jordan Shannon