Good afternoon. I am wanting to change the background color on the 1st tab of the sections that I am creating and I have tried several different code options and I cannot get it to work.
What would be the best route for this?
Hey amanda-mdllc,
Do you want the background colour to apply to the active tab? If so you can try this in Quick CSS:
.main_color .tabcontainer .active_tab {
background-color: red !important;
}
Best regards,
Rikard
Good Morning Rikard,
I would like to have it on the 1st tab only…. where both the tabcontainer and title container are as well as where the active content is displayed. The 1st tab is the most important person in that tab so I want them to stand when both active and not active.
Thank you so much!
~Amanda