Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #123334
    zeldafwilliams
    Participant

    Hi the logo and text in the fixed header top menu area are too small. I would like to increase the size of the logo from icon size and increase the text of the menu item to 14. Thank you

    http://www.openhandsham.org

    #123371
    Pratik
    Keymaster

    Hi @zeldawilliams,

    Try following css code in Appearance=> Customize=> Additional CSS box:

    
    #top-logo img { 
        max-height: 100px;
    }
    

    Increase 100 even further if you need bigger logo.

    The menu item size is 14px now. If you want to increase further, try following code:

    
    #header-menu ul.menu a {
        font-size: 20px;
    }
    

    Increase/decrease size of 20 as per your need.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Need larger logo and font’ is closed to new replies.