Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1272892

    Hey team, thank so much for your help as always.

    I’m trying to do the following:

    Recreate: https://highereducationfest.com/ on this subdomain: https://highereducation.jointdiplomacy.com/

    I’m having problem with one aspect. As you can see on the original site… the header is grey but transparent… and then becomes white when you scroll down. On my subdomain, its transparent, but not grey. How do I make it grey when its initially transparent only… but remains white once you scroll down.

    Including login details below.

    #1273394

    Hey,

    Thanks for contacting us!

    I added following code to Quick CSS field in Enfold theme options > General Styling

    #top .av_header_transparency .header_bg {
        background-color: rgba(51, 51, 51, 0.95);
        opacity: 1;
    }

    Please review your website :)

    Edit: Please go to Enfold theme options > General Styling and set “Logo Area background color” to white :)

    Best regards,
    Yigit

    • This reply was modified 3 years, 9 months ago by Yigit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.