Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #663804

    Hello
    I have some problems with header customization,

    I want customize social icons in general header area – it should look like here: http://powerfoodproject.com/pl/home but one of envelopes should be phone, how can i change that?

    I also don’t want this vertical line between menu text and my icons

    Can you help me with this problem?

    Thank you for your time

    #664797

    Hey powerfoodproject,

    1- Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
    If you need our help, please create a temporary admin login and post it here privately so we can apply the changes for you.

    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu.av_menu_icon_beside {
        border: none;
    }
    

    Best regards,
    Yigit

    #664821

    Thank for reply, I created account for you.

    #664828

    Hi!

    Changes are done. Please review your website now

    Best regards,
    Yigit

    #665165

    Thank You so much! this looks exactly like I wanted :)

    So can You give me a trick how can I change facebook and mail icon hover ? I want it looks like as phone icon hover (so without this circle, only changing color)

    Thank You for your time.

    #665309

    Hi,

    Please add following code to Quick CSS

    #top #wrap_all .av-social-link-facebook:hover a {
        background-color: transparent;
        color: #37589b;
    }
    #top #wrap_all .av-social-link-mail:hover a {
        background-color: transparent;
        color: #9fae37;
    }

    Best regards,
    Yigit

    #665336

    This works perfectly, thank You.

    So I think this will be last thing – between ‘en’ and facebook icon is larger gap then between other words in header, I understand this is because there was this vertical line, but if is any possibility to change this gap let me know.

    Thanks.

    #665346

    Hi!

    Please add following code to Quick CSS as well

    .avia-menu.av_menu_icon_beside {
        padding-right: 0;
    }

    :)

    Best regards,
    Yigit

    #665355

    Thank You so much :)

    #666062

    Hi,

    Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘header customization’ is closed to new replies.