Dolke Posted December 28, 2013 Share Posted December 28, 2013 Hi to all, Im using default Prestashop theme and as some of you know the login/register form is quite hidden and it is not easy for average visitor to find it on the front end.Those are visitors who only want to register and not to buy or to go through checkout process.I made new menu item and linked it to a login/registration form but what I would like to do now is to highlight just that item somehow... Please see this screenshot > http://www.screencast.com/t/5z4iuZCWmP7So mark it with some other color, move it to far right of main menu line or similar.Any suggestions?Thank you in advance.Dean Link to comment Share on other sites More sharing options...
vekia Posted December 28, 2013 Share Posted December 28, 2013 if this menu item will be always last, you can use simple css: .sf-menu li:last-child a exmple: .sf-menu li:last-child a {background:#F4B61B; color:black; text-shadow:none;} effect: Link to comment Share on other sites More sharing options...
Dolke Posted December 28, 2013 Author Share Posted December 28, 2013 (edited) That way It will look like that menu item is always selected. I was looking for a little bit more complex solution For example to have different shape and color like red or similar...http://www.likno.com/Images/blog/AWM_E688/clip_image002.jpgP.S. Miloš ty for your answer. Any thoughts how to bring back those Google maps on my store page? Thanks Edited December 28, 2013 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts