Tagged: enfold, mainmenu, transparent
-
AuthorPosts
-
November 12, 2013 at 12:48 am #187023
By default the main menu has a white background, I would like it to be transparent. When you roll down the page, I want the main menu to become white as it does when you roll down by default. Is this possible?
November 12, 2013 at 12:50 am #187026Hi Semel!
So you want to reverse the header behavioral appearance (scrolled/non-scrolled)?
Regards,
JosueNovember 12, 2013 at 1:03 am #187030Correct. When you are at the top of the page I want the main menu to be transparent. When scrolling down I want the main menu background to become white. And it should scroll down with the page as it does by default.
November 12, 2013 at 6:17 am #187129Hi,
Can you post the link to your website please?
Regards,
JosueNovember 12, 2013 at 6:37 pm #187398This reply has been marked as private.November 12, 2013 at 10:26 pm #187478Hey!
This will make the header stay white when scrolled:
#header.header-scrolled { background: #FFF !important; }
Regarding making it transparent by default i think you must first decide what background you’ll put behind it because otherwise you would not note if its transparent or not, for example, add this too to the Quick CSS:
#header { background: url('http://seanhalpin.io/assets/img/content/nav/header-logo-mask.png') gray; }
Regards,
JosueNovember 13, 2013 at 7:49 pm #187913Hi.
I got it to be white when I scroll but making it transparent doesn’t work. I added an example image. I want the main menu to be transparent on it.
November 13, 2013 at 7:54 pm #187918Hey!
Post a link to the img you want as a background. A mockup of what you want to achieve would be helpful too.
Cheers!
JosueNovember 13, 2013 at 8:12 pm #187936This reply has been marked as private.November 13, 2013 at 8:26 pm #187956Hey!
Add this code to the Quick CSS:
.header_bg { background: rgba(255, 255, 255, 0.6) !important; } #main { padding-top: 0 !important; }
Result:
Cheers!
JosueNovember 13, 2013 at 8:41 pm #187968Thank you for your help :)
November 13, 2013 at 8:41 pm #187970You are welcome, glad we could help :)
Regards,
JosueJuly 12, 2017 at 11:35 pm #820264How i can get transparent the secondary menu?
July 13, 2017 at 1:32 am #820284Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-main-nav .avia_mega_div, #top .av-main-nav ul, #top .av-main-nav ul a { background: transparent !important; }
If you don’t have a megamenu, you may remove the first line. :)
Please let us know if you need further help.
Best regards,
SarahJuly 13, 2017 at 5:56 pm #820703Thank you very much good service =)
And Glassy? White colorMany thanks are the best!
July 14, 2017 at 5:04 pm #821280You’re welcome! Do you need further help with this, or may we close this thread? :D
Best regards,
SarahJuly 15, 2017 at 12:00 am #821489And Glass effect? White color just the secondary menu
like
regards =)
July 15, 2017 at 4:56 pm #821738Hi diegogacitua,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria -
AuthorPosts
- The topic ‘Transparent main menu’ is closed to new replies.