J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
How customize submenu (1 viewing) 
Go to bottom
TOPIC: How customize submenu
#4015
CONFORT BAIE
Fresh Boarder
Posts: 10
User Offline
How customize submenu Karma: 0  
Hi,

I try to customize the display of my submenu because it's not enough visible

How can I do that ? (change background color for example)

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#4016
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:How customize submenu Karma: 79  
Hi again.

If you refer to the top menu (blue background by default) the background color can be changed in the template settings.

If you want to change only the background color of sub-items, you need to use CSS and a specifc selector to target child items in the menu.
A working selector is like this:

nav.top_menu div.moduletable.menutop ul.menu li.parent ul li {
background-color: #CCC !important;
}
 
Logged Logged  
  The administrator has disabled public write access.
#4019
CONFORT BAIE
Fresh Boarder
Posts: 10
User Offline
Re:How customize submenu Karma: 0  
Work fine, thank you !!!
 
Logged Logged  
  The administrator has disabled public write access.
Go to top