Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168682

    Hi,

    I have increased the menu font size with some custom CSS. How can I also increase the child menu’s font size?
    (And how can I customize the child menu’s “hover” background colour, if possible?)

    Thank you!

    #168836

    Hello BelIblis!

    Please add following code to Quick CSS and adjust as desired

    #top .main_menu .menu li ul a  { font-size: 15px; }
    .header_color .main_menu .menu ul li a:hover { background-color: red; }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu child font size’ is closed to new replies.