Vertical Tabs Stack - Change Section Background Color?

Is there a way to change the background color of the “Section” with other CSS code from the “white” color to a different color?

Via “hit or miss” trials, I did find out a solution.
.vtabs-tab-content {
background-color: aliceblue;
}

Yes, definitely. Click the section whose background you want to change, and then click the background color picker and set it to what you want it to be:

1 Like

I don’t know why I didn’t see that color selection for the individual containers where you pointed to, but that is a whole lot easier than trying to write CSS code.
Thanks Adam!

1 Like

Not a problem, glad to help out.