Tagged: x
-
AuthorPosts
-
October 25, 2016 at 9:59 am #1229931
Hi,
Iām using the X Theme and Revolution slider and I want to make the menu bar transparent with the slider behind it, so that the top of the slider is the background of the menu bar. My goal is to have a menu bar exactly like this one: http://www.elreyjesus.org.
Here is my url: http://www.igrejalifepointflorida.com
I really appreciate your help,
Thanks,
GioOctober 25, 2016 at 10:57 am #1230034Hi Gio,
Please add the following CSS under Customizer > Custom > Global CSS:
.home .x-navbar { background-color: rgba(0,0,0,0.25) !important; position: absolute; width: 100%; } .home .x-navbar .x-nav-wrap .x-nav > li > a { color: #fff; }
Hope it helps š
October 25, 2016 at 12:06 pm #1230133Hi Thai, you are an awesome professional! Works beautifully! Thank you very much!
October 25, 2016 at 12:42 pm #1230194Glad we were able to help you out and thank you so much for your kind words!
Let us know if we can help with anything else.
Thank you.
October 27, 2016 at 10:34 pm #1234208Hi Thai,
I need to keep the menu bar configuration exactly as it is in the HOME page to the other pages. I’m trying to force the menu bar to have white font color in the other pages but I’m failing. Can you please help me with this issue? Many thanks, GioOctober 28, 2016 at 2:09 am #1234368Hi there,
In that case update the code a bit :
.x-navbar { background-color: rgba(0,0,0,0.25) !important; position: absolute; width: 100%; } .x-navbar .x-nav-wrap .x-nav > li > a { color: #fff; }
Cheers!
October 28, 2016 at 9:57 am #1234843Many thanks, you are an awesome team! Works perfectly!
October 28, 2016 at 1:15 pm #1235060Thanks for the good words. It means a lot to us. Feel free to ask us again. Have a great day! š
October 29, 2016 at 11:35 am #1235975Hi, team!
I need to finish this matter about the transparent menu. I need to have all the words on nav bar with the color white included the underline we see when we pass the mouse over. Also there’s a transparent white color box that highlights the buttons when we pass the mouse over, exactly we can see here: http://www.elreyjesus.org. I’m trying hard but the results are not the same we see in this website. I need the same navigation bar fixed in all pages on top exactly we can see here: http://www.elreyjesus.org. Thanks for your amazing support, Gio.October 29, 2016 at 12:43 pm #1236032Hi There,
Please add the following CSS:
.x-navbar .desktop .x-nav>li:hover { background-color: rgba(255,255,255,0.1); } .x-navbar .desktop .x-nav>li:hover>a, .x-navbar .desktop .x-nav>li:hover>a>span { box-shadow: none; color: #fff; }
Hope it helps š
October 29, 2016 at 1:17 pm #1236050This reply has been marked as private.October 29, 2016 at 10:20 pm #1236333Hello There,
To add a line under the navbar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
Hope this helps. Kindly let us know.
October 30, 2016 at 10:25 am #1236687It solved the problem! Many thanks and have a blessed weekend! š
October 30, 2016 at 10:34 am #1236694You’re most welcome š
October 31, 2016 at 10:57 am #1238040Hi,
I have 7 pages on my menu. (http://igrejalifepointflorida.com/). I added slider revolution in the back of the nav menu with your help and the results are exactly what I was expecting!:) But now I have the pages “MENSAGENS”, “EVENTOS”and “BLOG”. They are archive pages and I can’t find a way to do the same…:( (My question is, is that possible to have a slider revolution on these archive pages? My goal is to have the headers and menus exactly the same on all pages… If not, can I have an image added on archive pages exactly with the same size of the sliders I have? The header with the menu and the pictures on the background has to be the same on all pages, like this http://www.elreyjesus.org.
Many thanks, Gio. -
AuthorPosts