Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #645576

    This code used to work to change the header transparency and color:
    #header{
    background-color: rgba(255, 255, 255, 0.7);
    }

    It does not seem to have an effect now can someone send me the adjustment to make?

    Thanks
    Mark

    #645867

    Hey mmf1,

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

    #header_main {
        background: rgba(255, 255, 255, 0.7);
    }
    

    You may need to clear the browser cache if you do not see the changes.

    Best regards,
    Vinay

    #645892

    Thanks Vinay that did not work for me on the homepage, and it is working on the inner pages but then it does not look correct as the “Top Bar” needs adjustment to match….

    • This reply was modified 8 years, 5 months ago by mmf1.
    #646280

    I have the same issue as well after updating to the latest version of Enfold

    #646410

    Hi!


    @Snerp
    can you please create a new ticket and provide us backend access?


    @mmf1
    please rpovide us backend access here

    Thanks a lot guys, hope u understand

    Cheers!
    Basilis

    #646912

    Here are my backend credentials.

    #648394

    Hi,

    Do you need a transparent header? You can set that in the page’s Layout > Header visibility and transparency settings.

    Best regards,
    Ismael

    #648559

    NO on the home page o I know how to do that, we were using this code to add color and opacity to the header menu only on the homepage:

    #header{
    background-color: rgba(255, 255, 255, 0.7);
    }

    After the theme update this does not work now. Please advise.

    #649312

    Hi,

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

    .home .header_bg {
        background-color: rgba(255, 255, 255, 0.7);
    }

    If that does not help, Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here

    Best regards,
    Yigit

    #649315

    Hi Yigit this works on the scroll but not when you forst land on the homepage. How can it work on the main menu background color and not on scroll?

    #649318

    Hey!

    You should set your page to display transparent header as Ismael suggested

    Regards,
    Yigit

    #649320

    Ok when I do that see what happens in the link below.

    #649323

    Hey!

    Please change the code to following one

    .home .header_bg {
        background-color: rgba(255, 255, 255, 0.7)!important;
        opacity: 1!important;
    }

    Best regards,
    Yigit

    #649324

    Thank you that works, is there a way to make the scroll down on home page work like the rest of the site. The darker background som menu links show better?

    #649789

    Hi,

    It sounds like you are trying to make your hader glassy transparent. Can you please remove the code i posted here and edit your page and set it to display glassy transparent?

    Best regards,
    Yigit

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