Hi,
I have now these tabs using on my website:
But I want the tabs like this:
So, I want tabs with the headings above the content. Tabs without borders. And the tabs which aren’t selected should have another background color.
How can I do this?
Regards,
Daniel
Hey DanielGruppen!
For theme customization beyond what the theme offers you can hire a freelance developer from somewhere like Codeable or Envato Studio.
The color change on the tabs can be done by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.js_active .top_tab .tab {
background: #c00;
color: #fff;
}
Best regards,
Devin