• I am using the theme Polytechnic- I need to change the menu font and size on the primary menu and submenus. I cannot find where to do this on my site. The documentation for Polytechnic also seems to be missing, I cannot find it to consult. Any help appreciated

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can simply add additional css to your site. Are you familiar with the area where you can add additional css?

    Thread Starter emicah

    (@emicah)

    I know where the additional CSS area is, but I don’t know what code to put in there to change it!

    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-flyout ul.mega-sub-Try to change in the class:-

    menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #f1f1f1;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change menu font size and typography’ is closed to new replies.