Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #188157

    Hi! first of all congratulations for Enfold theme. I have chosen small fixed header option and I want to switch off the animation that makes the header to reduce size when scrolling down. Is it possible?

    Thank you in advance!

    #188244

    Hi Kaperas!

    Edit js > avia.js, find this code:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
            //avia_header_size();

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #188388

    Thank you! it works!

    I Have two more questions:

    1. I’ve tried to put the font color of the header white, and I have a problem. When I select #ffffff for the font color of the header, in the enfold menu of the wordpress CMS, the font of the the page of the menu where you are turns white, but the resto of the pages of the menu stay grey (I didn’t select this grey anywhere). How can I change the font color of the header and turn it white?

    2. I want to include the Titillium web google font family. I’ve tried with the WP Google Fonts plugin and it works but in h1, h2, h3, h4, h5 and h6 the font takes a strong effect that I’ve not selected. How can I use Titillium web Light font for h1, h2, h3, h4, h5, h6 and Titillium web Normal font for the rest of the fonts?

    Thank you very much for your attention!

    #188426

    Hey!

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

    .main_menu ul:first-child > li > a { color: white!important; }

    2) You can try adding following code to Quick CSS as well and i think that should work for heading elements

    h1, h2, h3, h4, h5, h6 { font-weight: normal; }

    if not, please post the link to your website

    Regards,
    Yigit

    #188442

    It works again! Just one more question:
    Now the font color of the menu is white, but the font color of the dropdown menu is still gray. How can I change it?
    Thank you so much!

    #188452

    Hi!

    Please add following code to Quick CSS as well

    #top .main_menu .menu li ul a { color: white; }

    Best regards,
    Yigit

    #188462

    Ok, now the font color of all the dropdown menu is white except the page where you are (still grey), how can I turn all white?
    Thank you!

    #189190

    Hey!

    Please add following code to Quick CSS as well

     #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: white; }

    Cheers!
    Yigit

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