- This topic has 10 replies, 2 voices, and was last updated 9 years ago by
Leo.
-
AuthorPosts
-
March 13, 2017 at 3:58 am #290656
Piccia
Hello there,
How do I get the menu transparent? I am using the slide-out menu only, with no header. I know that there’s a way when using the Page Header, but I can’t do that. I’ve tried this CSS:
.main-navigation, .main-navigation ul ul {background-color: transparent !important;}
.inside-navigation .grid-container .grid-parent {background-color: transparent !important;}
But neither work. I have also tried using rgba so I could use transparency but that doesn’t work, either.
I would be grateful for any help!
March 13, 2017 at 5:20 am #290673Piccia
Actually, I think that the menu might in fact be transparent. The reason why it seems to not be working is because the whole site has the annoying padding problem that I cannot identify, se my other thread.
March 13, 2017 at 6:36 am #290713Leo
StaffCustomer SupportHi there,
Yup the slideout navigation is already transparent.
If you are using the most recent version (for now) of GP premium 1.2.94, the background color options have transparent options so you don’t have to use CSS 🙂
Just answered your other thread.
March 13, 2017 at 6:46 am #290722Piccia
Ah, that’s great! Do you mean global background options? Or specific to the menu?
Just updated the other thread.
Thank you very much
March 13, 2017 at 6:48 am #290724Leo
StaffCustomer SupportThe background color options for all the elements (menu, sidebar, content etc) should have transparent options now 🙂
March 13, 2017 at 6:52 am #290726Piccia
Ok that’s brilliant. However, in that case it would be a case of pushing the image up so that it sits underneath the menu. I know that I can do this with the Page Header, but I’d rather not (it would mean a lot of extra work coding the html for the various elements that I want to sit on the image). Is there an easy CSS workaround for this?
Thank you Leo
March 13, 2017 at 6:55 am #290729Leo
StaffCustomer SupportSorry what? changing the background color shouldn’t change your layout?
March 13, 2017 at 6:58 am #290731Piccia
Sorry, didn’t explain myself well.
I’ve just realised I’ve asked the wrong question.
What I mean is the header menu. The menu that’s at the top of the page: I would like it to be transparent and sit on the top of the image. Right now it can only have the background colour. If I set the background to transparent it will just go white.
Is this clearer?
Thank you!
March 13, 2017 at 7:09 am #290740Leo
StaffCustomer SupportTry this:
.main-navigation { position: absolute; width: 100%; left: 60x; }Let me know if this is what you meant.
March 13, 2017 at 7:11 am #290744Piccia
Love it! Exactly what I wanted!
Liking GP more by the minute.
Thank you Leo.
March 13, 2017 at 7:12 am #290745Leo
StaffCustomer SupportYou’re welcome!
-
AuthorPosts
- You must be logged in to reply to this topic.