Tabbed Content / Posts /

Unbold the tab titles

21
How do you unbold the title of each tab, either clicked or not clicked. Thank you.
Emmanuel  10 years ago   viewed: 9316    

1 Answer

-1
Open the tabcontent.css, and edit it as:
ul.tabs li a
{
    font: normal 12px Verdana;
    ...
}

ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    ...
    font-weight:normal;
    ...
}
Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: