Alex_Druid Posted November 22, 2015 Share Posted November 22, 2015 Hi All, I'm using the default theme of PS 1.6 and i'm looking for an easy way to customize the title of a specific sub category in the menu (font color & background for example, and why not an image..). I've joinde a pic for more infos : Thanks in advance for your time guys ! Alex Link to comment Share on other sites More sharing options...
Paulito Posted November 23, 2015 Share Posted November 23, 2015 Hello Try putting this code at the bottom of global.css .sf-menu > li li:nth-child(2) a{color:#c20000; background:#ffff00;} .sf-menu > li li:nth-child(2) a:hover{color:#ffffff; background:#000000;} Result http://screencast.com/t/mm1cWAJzO Paul 1 Link to comment Share on other sites More sharing options...
Alex_Druid Posted November 23, 2015 Author Share Posted November 23, 2015 Hello Paul, it works perfectly ! Didn't know about that kind of code, very interesting for customizing your menu without paying for an extra module... Thank you very much ! Alex Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now