Sunday, August 12, 2012

Thesis Themes Customization: 2 | Nav Menu Color/Style

I will use 1.8 Developer version of Thesis Theme

LogIn to your Dashboard and Go to Thesis > Custom File Editor
Thesis Themes Customization, Thesis Themes nav menu color, DIY thesis theme nav menu style, thesis theme navigation menu style 

Place this code below custom.css :
.custom .menu a{color:#FFF; font-size:13px; background:#CC0000;}
.custom .menu a:hover,#topMenu a:hover{text-decoration:none; background:#610000; color:#FFF;}
.custom .current a{cursor:default;background:#000;}
For roud shape place this code:
.custom .menu a{-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#FFF; font-size:13px; background:#CC0000;}
.custom .menu a:hover,#topMenu a:hover{text-decoration:none; background:#610000; color:#FFF;}
.custom .current a{cursor:default;background:#000;}
Now save it.
[Comment Here For Any Problem]

No comments:

Post a Comment

!! COMMENT HERE FOR ANY PROBLEM !!

Featured post

WordPress yoast plugin remove date or article:published_time

Yoast is an essential plugin for WordPress SEO. It is one of the best SEO plugin for wordpress right now. But, after disabling date from ...