ldx1202 Posted June 19, 2014 Share Posted June 19, 2014 (edited) Greetings, when i'm editing the top menu i'd like to add a "special sale" or "time limite" category with a special color in the top menu to make it more attractive. Unfortunately i can only switch the top menu colors in the live configurator tool (prestashop version 1.6.0.6). Which css or tpl need to be modified to create such category? I'm running my e-commerce site in localhost so i can't give u the address now. Thanks and best regards . Please forgive my broken english since no active members in my mother language forum Edited June 19, 2014 by ldx1202 (see edit history) Link to comment Share on other sites More sharing options...
NTS Posted June 19, 2014 Share Posted June 19, 2014 Yes. Go to the tpl file and search for the part where the header item is shown then set the color to red. You can do this easily this notepad++ just look in your site source for the code which deals with showing that part of the header and search in notepad++ within all files in prestashop directory. Hope this helps. Cheers Greetings, when i'm editing the top menu i'd like to add a "special sale" or "time limite" category with a special color in the top menu to make it more attractive. Unfortunately i can only switch the top menu colors in the live configurator tool (prestashop version 1.6.0.6). Which css or tpl need to be modified to create such category? I'm running my e-commerce site in localhost so i can't give u the address now. Thanks and best regards . Please forgive my broken english since no active members in my mother language forum Link to comment Share on other sites More sharing options...
ldx1202 Posted June 19, 2014 Author Share Posted June 19, 2014 thank you NTS i'll try this later Link to comment Share on other sites More sharing options...
ldx1202 Posted June 20, 2014 Author Share Posted June 20, 2014 (edited) well i found the superfish-modified.css and blocktopmenu.tpl but i can't figure out which part need to be changed any suggestions? found similary questions, it is not exactly what i want but at least can give me one solution alternatif. http://www.prestashop.com/forums/topic/336769-solvedtop-menu-replace-text-with-images/ http://www.prestashop.com/forums/topic/182433-change-one-item-color-from-horizontal-menu/ http://www.prestashop.com/forums/topic/257750-solved-change-font-colour-in-top-menu/ i copy these likes, hope some1 could find it useful Edited June 20, 2014 by ldx1202 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 20, 2014 Share Posted June 20, 2014 if you want to change only last menu item element color you can use code like: .sf-menu > li:last-child > a { color:red!important; } effect: 1 Link to comment Share on other sites More sharing options...
ldx1202 Posted June 21, 2014 Author Share Posted June 21, 2014 (edited) if you want to change only last menu item element color you can use code like: .sf-menu > li:last-child > a { color:red!important; } effect: Thx a lot, vekia.(Thumb up). That's perfect! I own u a big one. Edited June 21, 2014 by ldx1202 (see edit history) 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