Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Transparent background for Vertical header
New Landing › How can we help? › Atelier › Transparent background for Vertical header
- This topic has 16 replies, 3 voices, and was last updated 9 years by David Martin – Support.
-
Posted in: Atelier
-
October 21, 2015 at 5:15 pm #222300
Hi,
Thanks for creating such an awesome theme! I have been unsuccessful in changing the background in my vertical menu to transparent so that the image in my page background is visible. I have tried changing it in the live colour customiser (color – header) and changing the code in my child theme CSS. Since I would like to update the theme in the future, can you please tell me what the CSS code is for changing the background in the vertical menu (for child theme)?
Thanks in advance!
JamieOctober 22, 2015 at 11:25 am #222485Hi Jamie,
Can you show a link to the site?
– David.
October 22, 2015 at 12:18 pm #222507Hi David,
The site is on my local machine. I have attached screenshots of the actual site and the design or what it should look like. When I scroll up, the contents of the homepage move up but so does the background to the vertical menu. I want a transparent background for the vertical menu or get rid of altogether so that you can see the background image (as in the design).
Thanks!
Attachments:
You must be logged in to view attached files.October 23, 2015 at 10:46 am #222777Hi,
I don’t believe that is possible, the background image does not sit behind the left header setup. Tricky without having a live/staging link.
Ex:
.vertical-header .header-wrap #header-section { background-color: transparent; }
– David.
October 24, 2015 at 1:09 pm #223053Hi David,
I want the header background to be transparent so that the page background image shows through like this: http://joyn.swiftideas.com/home/home-multi-layer-parallax/. What I think I’m looking for is a ‘naked’ page header type in the meta options when using a vertical header menu. There is no setting for it but I was wondering if you could advise some code that will give me the same effect.
Thanks!
October 26, 2015 at 2:15 pm #223303Hi,
Atelier & Joyn are not identical, did you mean to link to Joyn?
The naked header and the left sidebar header (Header no.7) are not compatible, unfortunately you would need a web developer to assist you with those modifications, as mentioned above(#222777) the background does not sit behind the left header sidebar.
– David.
October 26, 2015 at 9:51 pm #223445This reply has been marked as private.October 26, 2015 at 9:57 pm #223449This reply has been marked as private.October 28, 2015 at 9:41 am #223774That color is from the container.
Try this css..layout-fullwidth #container { background-color: #000!important; }
-Rui
October 28, 2015 at 1:01 pm #223866Thanks Rui but that didn’t work. The colour is still #222777. If you scroll down on the homepage you will notice that this panel becomes transparent. How do I make it completely transparent instead of just when scrolling down?
October 30, 2015 at 12:32 pm #224517Hi,
I added this css and it seems fine now.
.layout-fullwidth #container { background-color: transparent!important; }
Let us know if it’s ok.
-Rui
October 30, 2015 at 4:04 pm #224616Rui, THANK YOU, this worked perfectly!! :)))
November 2, 2015 at 12:48 pm #224963Great, thanks Rui!
-David.November 3, 2015 at 11:48 am #225357Rui sorry to bring this up again but this seems to only work on the homepage. How do I get this to work on all pages?
November 3, 2015 at 12:36 pm #225376It’s because you have this css that changes the background of the entire body.
body { background: transparent url("http://letriocoffee.com/wp-content/uploads/2015/10/letriocoffee_home.jpg") no-repeat center top fixed; background-size: cover; }
In the other pages the page background you see belongs to the container in the right side and
Check this image where you can see the division of the menu in the left and the page content in the right side.
https://www.dropbox.com/s/o5iembbv6esr5n3/Screenshot%202015-11-03%2011.35.32.png?dl=0The only way is creating a css similar to the one above for each page.
-Rui
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.