I would like to change the title font color on the left side of my 'vertical tabs', how can I accomplish this? I would also like to change the background color inside the 'vertical tabs'
Thanks.
(5 posts)
(4 voices)
I would like to change the title font color on the left side of my 'vertical tabs', how can I accomplish this? I would also like to change the background color inside the 'vertical tabs'
Thanks.
Hello techsavvychic,
Try navigating to Dashboard -> your theme -> General Settings -> Custom CSS and add this line,
.featured_tabs li a { color: blue !important; }
As for the background you can find this image in /wp-content/themes/[your_theme]/images/shortcodes/tab_middle.png.
Thank you very much. For the vertical tabs it's:
.tabs_vertical li a { color: blue !important; }
HI,
I tried doing exactly this and nothing happened, the default gray does not show up well on my page and I'm at a loss. I don't know anything about CSS, so any help would be greatly appreciated, thanks!
Hello kwmindenhall,
Could you please provide us a link to your website? So we can check it's source code.
Also, make sure to clear your browser cache before testing the changes.
You must log in to post.