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

    Hi,
    I am trying to figure out how to increase both my logo size and or remove it al together from the header section? I would also like to able to change font size easily in the header. How would I do this?

    my website is: http://vermonttrophyguides.com/

    #215917

    Hi Pete!

    You can add following code to Quick CSS in Enfold theme options under Styling tab

    div .logo { display: none; } /* removes the logo */
    .main_menu ul:first-child > li > a { font-size: 17px; } /* changes the font size of main nav */

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘ENFOLD 3.8.1 Header Logo and Font Resizing’ is closed to new replies.