Tagged: x
-
AuthorPosts
-
October 27, 2016 at 12:03 pm #1233465
DFrenkelParticipantHi, I looked all over the forums and cannot figure out what to do still.
I’d like the header to be transparent and over-layed on top of revolution slider, similar to how this website has it
The only solution I found causes the header to be transparent on every page, but I only want it transparent on the home page.
Thank you for your time,
Daniel
October 27, 2016 at 12:04 pm #1233466
DFrenkelParticipantThis reply has been marked as private.October 27, 2016 at 1:33 pm #1233588
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media(min-width: 1150px) { .home .x-navbar { background: none; margin-bottom: -103px; }}Hope it helps
Joao
October 27, 2016 at 3:54 pm #1233761
DFrenkelParticipantThanks for the reply, however, this does not seem to do anything
October 27, 2016 at 7:28 pm #1233964
JadeModeratorHi Daniel,
Please add this code:
.masthead.masthead-inline { position: absolute; width: 100%; } .x-navbar { background: transparent !important; }Hope this helps.
October 28, 2016 at 12:30 pm #1235010
DFrenkelParticipantThat works perfect. However, it makes it transparent on every page, not just the home page. Is is possible to apply this code to only the home page?
October 28, 2016 at 6:38 pm #1235359
JadeModeratorHi there,
Please update the code to:
.home .masthead.masthead-inline { position: absolute; width: 100%; } .home .x-navbar { background: transparent !important; }Hope this helps.
October 29, 2016 at 5:50 pm #1236211
DFrenkelParticipantYes, thank you very much! Ok, 1 more issue. Now on mobile, the menu is transparent and it is almost impossible to see the menu items. Any idea how to fix this?
October 30, 2016 at 2:00 am #1236410
ChristopherModeratorHi there,
Please update previous code to :
@media (min-width:979px){ .home .masthead.masthead-inline { position: absolute; width: 100%; } .home .x-navbar { background: transparent !important; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233465 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
