-
AuthorPosts
-
April 15, 2020 at 9:16 pm #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.
April 15, 2020 at 9:25 pm #1204172Hey satucker,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonApril 15, 2020 at 10:54 pm #1204194It 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.
April 15, 2020 at 11:03 pm #1204197Hi,
The link provided is not working for me. Can you check?
Best regards,
Jordan ShannonApril 15, 2020 at 11:04 pm #1204199Apologies, I just corrected the previous link.
April 16, 2020 at 3:43 am #1204217Hi,
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 ShannonApril 16, 2020 at 2:11 pm #1204431I 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?
April 18, 2020 at 8:14 am #1204840Hi,
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,
RikardApril 18, 2020 at 2:22 pm #1204917That is the problem. It IS set to transparent on that page but when I scroll the transparency goes away. What can I do?
April 18, 2020 at 3:57 pm #1204967Hi,
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 ShannonApril 18, 2020 at 3:58 pm #1204969My client has said they are aware of it making content less readable and want the header to be transparent all the time.
April 18, 2020 at 5:16 pm #1205042Hi,
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 ShannonApril 18, 2020 at 9:39 pm #1205125That 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?April 21, 2020 at 1:43 pm #1205778Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.