How can I change the Submenu

Hi there!

I need to know how can I change de submenu in order to resize the font and the color of the overlay.

Also I wonder, how can configure the menu to hide when you scroll down, but appeare when you place the mouse over or when you scroll up.

Thasks BeTheme!

Comments

  • Hi,

    please send us link to page/s where you would like to do above changes first so we can have a look on it and give you best possible solution if such exists.

    Thanks!
  • Hi MuffinTeam!  Thanks for your responses.

    The link is nacionemprendedora.cl 

    The Menu  "Inicio | 01 Iníciate | 02 Emprende | Etc..  "  has a submenu.  I need to enlarge the Font.  Also i Want to change the highlight od the submenu.

    Thanks a lot!
  • Ok, so to increase the size of sub-menu font and to change hover background color, you need to use the following css:
    #Top_bar .menu > li ul li a { font-size: 20px !important; }
    #Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a { background: #000 !important; }
Sign In or Register to comment.