Hello,
On this page http://www.davesjoinery.com/services/#tab-id-1 you will notice that my tabs have a black border line around them, the tabs on the demo site do not and they look much nicer, is there any way to resolve this? Thanks. I don’t think the issue is with in the general styling on the back end, I have changed all of this and cant fix the issue.
Hi dlannetts!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar_tab .tab_titles .tab { border-color: #f2f2f2; }
Cheers!
Yigit
Awesome thank you, what about the white background for the tab currently open, example here http://kriesi.at/themedemo/?theme=enfold
Hi!
Please add following code to Quick CSS as well
.tab.active_tab {
background-color: white;
}
Regards,
Yigit
Awesome, thanks for that Yigit !