Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #533120

    Hi,
    Can you help me with these two items with my site http://www.healser.com?
    A) On the top of the page there is a thin (about 5-10px) white area. How I can remove this? When you resize the browser windows size this are is also changing.
    B) At the bottom of the page I have share social buttons. How to show all share buttons with related colour? What I mean that currently the button in transparent and when you hoover your mouse on top e.g. for FB button the button colour change to blue and there is a tooltip text. E.g. for FB I would like to have blue colour shown all the time and when you hoover mouse on top of this then only the tool tip text would be shown. And the same way for all share icons by using the related colour for each social share button.

    #533314

    Hi teppana99!

    1- Please edit your color section background image – http://healser.com/wp-content/uploads/2015/11/media1-1.png and remove whitespace from top :)
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
        color: #fff;
        background-color: #de5a49;
    }
    #top #wrap_all .av-social-link-linkedin a {
        color: #fff;
        background-color: #419cca;
    }
    #top #wrap_all .av-social-link-reddit a {
        color: #fff;
        background-color: #FF4500;
    }
    #top #wrap_all .av-social-link-mail a {
        color: #fff;
        background-color: #9fae37;
    }

    Cheers!
    Yigit

    #533334

    Thanks, what a stupid error in the picture. Didn’t notice this until viewed with Photoshop.
    And thanks for the share button update!
    Thanks!

    #533340

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘strange white area on top with some window sizes’ is closed to new replies.