Dolke Posted April 29, 2013 Share Posted April 29, 2013 Hi to all, Where can I change color of the text on the top menu items, default theme? As you can see http://www.dekom.co.rs/index.php I changed color when someone hovers to yellow but text remained white. I would like to change the color to black when someone hovers. Also I would like to leave it yellow + black text when that menu item is selected (clicked) Ty all in advance. Dean Link to comment Share on other sites More sharing options...
lakshman Posted April 30, 2013 Share Posted April 30, 2013 (edited) Hi, Add this color code " color : #000000; " in .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: #eee000; color : #000000; } This code will be available on modules \ blocktopmenu \ css \ superfish-modified.css Edited April 30, 2013 by lakshman (see edit history) Link to comment Share on other sites More sharing options...
Dolke Posted April 30, 2013 Author Share Posted April 30, 2013 (edited) Ty for the solution. I just dont know where I can find these lines? Is it global.css? Thanks Edited April 30, 2013 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
Dolke Posted April 30, 2013 Author Share Posted April 30, 2013 (edited) It changed now, but letters seem so dark, like they have some double shadow or something. Can I make them more sharp or to put light (white) shadow around? I added text-shadow:0 1px 0 #d8d8e6; into the same object so it ok now. I just need to make active (clicked) button to stay yellow after its been clicked on. Edited April 30, 2013 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
lakshman Posted April 30, 2013 Share Posted April 30, 2013 try this link , hope it ill help you.. http://nemops.com/prestashop-top-menu-current-state/ Link to comment Share on other sites More sharing options...
Dolke Posted June 27, 2013 Author Share Posted June 27, 2013 This was very helpful, thank you. 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