Changing Color of Tabs, and Hover ( Regulus Theme)

  • Unknown's avatar

    I want to change the color of my tabs on my regulas theme. They are currently black and hover transparently. What code do i need to put in to change the color of the tabs and the color of the hover.

  • Unknown's avatar

    I think this is the tab:

    ul#nav li a {
    	padding:10px 14px;
    	border:none;
    	text-transform:lowercase;
    	color:#fff;
    	background:#024;
    	border:1px solid #fff;
    	border-bottom:none;
    	border-color:#357 #002 #002 #357;
    	display:block;
    	white-space:nowrap;
    	_width:1em;
    }

    And the hover looks dark blue to me. Anyway, I think this is the hover:

    ul#nav li a:hover {
    	background:#246;
    	text-decoration:none;
    }
  • Unknown's avatar

    Wow awesome! It worked! :) Thank you!

  • The topic ‘Changing Color of Tabs, and Hover ( Regulus Theme)’ is closed to new replies.