Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #266992
    #267025

    Hey Koen!

    Change line 101 in includes/helper-main-menu.php:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    To something like:

    echo "<strong class='logo'>".get_bloginfo('title')."</strong>";
    

    Regards,
    Josue

    #267843

    Thanks, that works. How to include the site description as well? And how to increase the font size of the blog title?

    #267903

    Hi!

    Please add following right below the code Josue posted

    echo "<strong class='tagline'>".get_bloginfo('description')."</strong>";

    and add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .entry-content-wrapper .post-title { font-size: 24px; }

    Regards,
    Yigit

    #268010

    Sorry, I didn’t mean the font size of the blog post title but of the site title, shown in the header.

    #268014

    Hey!

    Please add following code to Quick CSS and adjust as needed

    strong.logo { font-size: 30px !important; }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.