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

    Hi

    How do I change the color of the social icons in the glassy header?

    How do I remove the line to the left of the social icons when the full header is up when you scroll?

    How do I change the color of the search icon in the glassy header?

    #564295

    Hi mcraig77!

    Add this to your custom CSS.

    .avia-menu.av-main-nav-wrap.av_menu_icon_beside {
        border-right: 0px !important;
    }
    .social_bookmarks > li > a::before {
        color: white !important;
    }
    #menu-item-search > a::before {
        color: red !important;
    }

    Regards,
    Elliott

    #564305

    Hi Elliot –

    These did not work..

    .social_bookmarks > li > a::before {
    color: white !important;
    }
    #menu-item-search > a::before {
    color: red !important;
    }

    #564945

    Hey!

    Please add the below css in Enfold > General Styling > Quick CSS

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
        color: #FFF!important;
    }
    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text, #top #wrap_all #header #menu-item-search>a {
        border-color: transparent!important;
    }

    Regards,
    Vinay

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