Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28368

    Hi there, I am new to Enfold. How do I change the header font/size?

    Thanks!

    Taylor

    #137362

    Hi Taylor,

    We’ll need a bit more detail on where exactly the header is you want to change. There are just a few too many possibilities theme wide for headers to guess which one you might be looking to modify.

    Regards,

    Devin

    #137363

    When you look at the live demo page, it’s the text directly across from the Enfold logo – “Home, Features, Headers, Portfolio” etc…

    #137364

    You can either change the colors via the themes Styling Options in the header tab or directly with css. For CSS, add the following to your Quick CSS in the styling tab:

    #top .main_menu .menu > li > a {
    color: #c00;
    }
    #top .main_menu .menu > li > a:hover {
    color: #cc0;
    }

    #top .main_menu ul:first-child > li.current-menu-item > a{
    color: #cc0;
    }

    Regards,

    Devin

    #137365

    Thanks! Just what I was looking for:)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header font’ is closed to new replies.