Custom CSS for just one MENU ITEM
Hi
I am using BeTheme. How do i set a custom CSS for just one menu item?
I want the menu item 'TECHNICAL SUPPORT' to be BOLD ad RED in color.
What would I do that?
Thank you.
Comments
to do "Technical support" item bold and red, please use below css:
#Top_bar .menu > li#menu-item-1290 a span { font-weight: bold; color: red; }I made two-line Menu items for some items but not for all, therefore adjusted the bottom padding for others with the following codes
#Top_bar .menu > li#menu-item-3469 a span:not(.description) {padding-bottom: 30px !important;}
#Top_bar .menu > li#menu-item-3512 a span:not(.description) {padding-bottom: 30px !important;}
now the submenu-items also adopted these bottom paddings. want that the bottom paddings stay 10px. thanks for your reply.
http://preview-web01.156695.aweb.preview-site.ch/de/portrait/
#Header #Top_bar .menu > li ul.sub-menu a span:not(.description) {padding-bottom: 0 !important;
}
this css will target only that menu item
#Action_bar .social-menu li {
}