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

    Hi I have some header issues :)

    1. I would like to have the header “more glassy” :) Is it possible to make it more whiter ?
    2. Text in header is now white, cant change it to black…. I tried in theme options but nothing happens.
    3. Social icons would like to also have in black color, background in #ed1846 color, and not i cirlce but in square.

    http://www.izarysuje.pl

    thx for help

    • This topic was modified 7 years, 7 months ago by msulecki.
    #689166

    anyone

    pls

    #689175

    Hey!

    Please go to Enfold theme options > Header > Transparency Options and change colors as needed then add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_transparency {
        background: rgba(255,255,255,0.2);
    }
    #top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
        color: black;
        background: #ed1846!important;
    }

    Best regards,
    Yigit

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