Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105363
    Andreas
    Participant

    I use Catch Base Pro, and I have about 2 hours of experience of CSS…
    I would like to increase the font size of the menu. This I have achieved in “additional CSS” by adding:

    .menu {
    font-size: 18px;
    }

    This took care of the menu (top level), but the drop-down items are still small.

    How do I modify the dropdowns?

    Site: http://www.ooof.nu

    #105386
    Mahesh
    Participant

    @oofnu: Please add the following CSS:

    .catchbase-nav-menu .sub-menu a, 
    .catchbase-nav-menu .children a{
        font-size: 18px;
    }

    Regards,
    Mahesh

    #105397
    Andreas
    Participant

    Thank you for the quick help!
    Works swimmingly!

    Regards,
    Andreas

    #105432
    Mahesh
    Participant

    @oofnu: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font size of menu/drop-down’ is closed to new replies.