• Resolved ValleyJim

    (@valleyjim)


    I am using Minamaze and love the theme and the few changes I have made have been relatively simple until now….

    I don’t like the font size used in the menu. I have found everything else including the text size in the sub menu and everywhere else.

    For some reason I cannot find the font-size for the menu.

    Can anyone point me in the correct direction?

    Many thanks in advance!
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi.. go to the minamaze folder and open the css file with notepad,search and go to line:

    #header .header-links li a {
    display: block;
    padding: 8px 14px;
    margin: 0px;
    }

    modify to:

    #header .header-links li a {
    font-size: 14px; /* Add this line – Main menu font size */
    display: block;
    padding: 8px 14px;
    margin: 0px;
    }

    Thread Starter ValleyJim

    (@valleyjim)

    Thank you very much!

    I was banging my head against the wall trying to find the line and it wasn’t there…..

    Oh well thanks again!
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu Size’ is closed to new replies.