Tagged: background, enfold, header, transparency
-
AuthorPosts
-
October 11, 2013 at 10:06 pm #174390
Hey guys,
How would I go about making my menu background more transparent? Right now there is a default transparency, but I would like to increase the transparency slightly.
Thanks in advance.
October 12, 2013 at 9:32 am #174535Hi,
Can you post a link to your website please?
Regards,
JosueOctober 12, 2013 at 4:58 pm #174661October 13, 2013 at 10:06 pm #174844Hi!
Try with opacity:
#header{ opacity: 0.6; }
Cheers!
JosueOctober 14, 2013 at 10:05 pm #175276Hi Josue,
I want to make parts of my site transparant like zerozendesign but not just the header but the bodybackground as well.
Can you tell me what code to use?Thanks in advance!
And sorry for hijacking this topic :)
October 15, 2013 at 2:42 am #175377Hi,
Can you post the link to your website please?
Regards,
JosueOctober 15, 2013 at 10:05 am #175536This reply has been marked as private.October 15, 2013 at 3:41 pm #175680Hello Jeroen!
Try adding this code to the Quick CSS:
#after_layer_slider_1{ background: none; } #main{ background: rgba(255, 255, 255, 0.0) !important; }
Regards,
JosueOctober 15, 2013 at 9:07 pm #176060This reply has been marked as private.October 16, 2013 at 12:29 am #176118Hi,
Try adding this code too:
.image-overlay.overlay-type-extern { display: none !important; }
Regards,
JosueOctober 16, 2013 at 11:04 am #176352Hi Josue,
Thanks – sure did the trick.
Starting to feel greedy, but two more things.
I managed to chance the opacity of the footer myself but can you help me out with the code for the menu header and little bar at the top of the site.
I got the opacity of the menu/header to change but it also made the logo transparent.And secondly – the bodybackground of other pages didn’t change (see: http://www.voorjou.info/voorjounieuw/privace/) any way i can get that to be transparant as well?
Regards,
Jeroen
October 16, 2013 at 8:09 pm #176592Hey!
To with this:
.header_bg, #avia-menu, .main_color{ background: transparent !important; }
Cheers!
JosueOctober 16, 2013 at 9:02 pm #176614Thank you so much, worked perfectly!
Almost ashamed to keep on going, but now the borders still show – how can i set them to transparant?
October 16, 2013 at 9:36 pm #176640Hello!
Add this too:
#header * { border-color: rgba(0, 0, 0, 0) !important; }
Cheers!
JosueOctober 16, 2013 at 10:49 pm #176685Many thanks, you’ve been a great help!
October 16, 2013 at 11:06 pm #176696You are welcome, glad we could help.
Regards,
JosueOctober 18, 2013 at 10:00 pm #177583Hey Josue,
So it works for the header, but also made the navigation font transparent as well. How can I just make the header background transparent?
October 19, 2013 at 1:08 am #177608Hi!
Use this code instead:
.header_bg{ background-color: rgba(0, 0, 0, 0.8); }
Best regards,
JosueOctober 31, 2013 at 10:47 am #182910I have the same problem like zerodesign. Headerbackground should be transparent but not the navigation and not the logo.
The last code changes nothing.
Kind Regards
October 31, 2013 at 7:35 pm #183084Hi Simonac,
Can you post the link to your website please?
Regards,
JosueOctober 31, 2013 at 7:38 pm #183086This reply has been marked as private.October 31, 2013 at 7:51 pm #183089Your site is not loading from here (maybe is due to a location issue) :(
Please create a new topic regarding this so other staff members can help you.
Cheers,
Josue -
AuthorPosts
- The topic ‘Enfold > Header > Transparent > Navigation’ is closed to new replies.