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

    Apologize for possible a repetitive question.

    I currently have a patterned background going around amongst the theme.
    Upon scrolling down you can see the header has this image as well.

    Is there any way to make the header fully transparent once you’re scrolling down?

    Also above the header I have social media icons, and it currently has a white background
    Would I be able to remove this whit background or customize it to my likings? (Preferably have the patterned background running behind it).

    #595249

    Hey PRESIDENTIALPROPERTIES!

    Thanks for reaching out to us.

    I visited your site and the background of the header on scroll has the background pattern.
    Header Background

    To add the background to the top section with the social icons, please add the following CSS to the Quick CSS section:

    #header_meta {
        background: url("http://www.azzivo.com/wp-content/themes/enfold/images/background-images/linen-for-light-background.png");
    }

    Let me know if there is anything else you need.
    Cheers!
    Jordan

    #595670

    Is there any way of editing the color and width of the top bar that has the social media links?
    It would just look smoother if that bar was full length of the website & I was able to change the color freely.

    Second question, changing the transparency of the menu header, how would I go about doing so?

    #597601

    Hi!

    Use this css code to change the background color of the meta container:

    .header_color .container_wrap_meta {
        background: #ffffff;
    }

    For the transparency, try this:

    .responsive #top .header_bg {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    Best regards,
    Ismael

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