Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #191621
    Anonymous

    I am using the option ‘Fixed Header with Social Icons and additional navigation’ and, in Header.php, I have changed ‘echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);’ to ‘echo “<site-title>The <green>Village</green> of Field</site-title>”;’ so that I am displaying a text site title instead of an image. However, now when I scroll down, the header does not automatically resize to become smaller as it did when using an image. The URL for my site is http://www.fieldbc.ca if you need it.

    Thanks!

    #191914

    Hi stoffey99!

    Please do not remove following line

    echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);

    and add your line right under it.
    Then add following code to Quick CSS in Enfold theme options under Styling tab

    div .logo { display: none; }

    Cheers!
    Yigit

    #192036
    Anonymous

    Thanks Yigit!

    For some reason my site logo is wrapped in a ‘strong’ HTML tag. So, for those who want to do the same thing, I’ll add: replace your CSS with the code below if your logo is also wrapped in a ‘strong’ HTML tag.

    strong.logo { display: none; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fixed Header DOES NOT Auto-Resize Anymore’ is closed to new replies.