Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1204167

    Can i get a short code to force permanent transparency on the header menu and secondary menu? I also need to make the hamburger menu and search icons stay white all the time.

    #1204172

    Hey satucker,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1204194

    It is the home page that is in draft mode on the site listed in the private content area.

    • This reply was modified 4 years, 7 months ago by satucker.
    #1204197

    Hi,

    The link provided is not working for me. Can you check?

    Best regards,
    Jordan Shannon

    #1204199

    Apologies, I just corrected the previous link.

    #1204217

    Hi,

    Have you already tried to set it to Transparent & Glassy Header in enfold options?. You can adjust the color of the menu items on Header > Transparency Options > Transparency menu color settings.

    Best regards,
    Jordan Shannon

    #1204431

    I can’t seem to get the header to stay transparent. Its only transparent until scroll. How do I force it to stay transparent all the time?

    #1204840

    Hi,

    You should be able to do so by setting the header settings to “Transparent header” in the Layout menu on the page in question.

    Best regards,
    Rikard

    #1204917

    That is the problem. It IS set to transparent on that page but when I scroll the transparency goes away. What can I do?

    #1204967

    Hi,

    That is how it functions because a transparent header conflicts this the page content. You won’t really be able to see the menu. Is this okay with you?

    Best regards,
    Jordan Shannon

    #1204969

    My client has said they are aware of it making content less readable and want the header to be transparent all the time.

    #1205042

    Hi,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #header_main {
        border: 0 !important;
    }
    
    #top .header_bg {
        background: transparent !important;
    }

    Let us know if it works :)

    Best regards,
    Jordan Shannon

    #1205125

    That forces the background to be transparent but still changes the color of the icons.
    I’m not sure how to say it different than i’ve already said in the thread but I need the header to be transparent at the top and on the scroll and I need the icons for the hamburger menu, the search and the icons in the secondary header and the logo to stay white all the time.
    How can I do this?

    #1205778

    Hi satucker,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .header_color .av-hamburger-inner,
    .header_color .av-hamburger-inner::before,
    .header_color .av-hamburger-inner::after {
        background-color: #ffffff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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