MusikMachineMan Posted April 23, 2020 Share Posted April 23, 2020 hello everyone i am using ps1.7.6 with ps_mainmenu. - every cat and subcat are correctly registered and appear properly but i would like to make the submenu appear -when mouse on- under the cat menu and not on or above the menu. let's see how it works today : when mouse is not on cat if my subcats are in one line , it's above (and covers logo and search button) and if the subcats are in 2 lines, it covers entirely the menu, logo and search button i searched in the global.css concerning the .sub_menu and .sub_menu ul but did not succeed in making the sub menu appear under my level1 categories - In the same time i wanted the categories to be in a kind of 'colored box' instead of simply "written" on white board, but didn't find how to make it - and finally, i would like to change the 'home button' in this ps_mainmenu into a basic house picture, do you know where to change it ? many thanks in advance for your help Link to comment Share on other sites More sharing options...
Knowband Plugins Posted April 24, 2020 Share Posted April 24, 2020 Try adding the below CSS in the following tpl file i.e themes/{Your_theme}/modules/ps_mainmenu/ps_mainmenu.tpl <style> .sub-menu { background: red !important; top:29 px; } </style> OR add the below lines theme CSS file. .sub-menu { background: red !important; top:29 px; } Link to comment Share on other sites More sharing options...
MusikMachineMan Posted April 24, 2020 Author Share Posted April 24, 2020 thank you Knowband Plugins it had a impact on background color, even if i dont really want a background also on sub cats thank you anyway would you know how to change the appearing position as it had no impact on this ? kind regards 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