Hi Guys,
I would like to edit formatting of the submenu:
- change font size
- change background color and opacity
- change alligning to left
- change height of one line of submenu
Would you be so kind to help me with suitable css? Or are there options to do this in the theme, as I didn't find any...
Menu element: Nasze wina
My best regards,
Bartek
Comments
you can do those things with below css:
#Top_bar .menu > li ul { text-align: left !important; }#Top_bar .menu li ul li a { font-size: 12px !important; line-height: 30px !important; }
#Top_bar .menu > li ul { background-color: #000 !important; }
#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a { background-color: rgba(0,0,0,0.5) !important; }