Tagged: x
-
AuthorPosts
-
May 19, 2016 at 9:26 am #999491
Mark MParticipantHi,
I am just starting to convert the following site to X;
You can see where I am so far on this URL – http://ornamentum-designs.com
What I am trying to do is make the navigation bar be transparent and also to have the revolution slider start from the top of the page. Like on the original site.
Please can you help me.
Regards,
Mark
May 19, 2016 at 9:56 am #999542
John EzraMemberHi Mark,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.x-slider-container.below { margin-top: -100px; } .x-navbar { background:rgba(0,0,0,0.7) }Hope this helps – thanks!
May 19, 2016 at 10:53 am #999646
Mark MParticipantThanks that has worked great. How can the code be changed so that it only applies to the home page?
May 19, 2016 at 12:10 pm #999790
RahulModeratorHey there,
Use the following CSS isntead :
.home .x-slider-container.below { margin-top: -100px; } .home .x-navbar { background:rgba(0,0,0,0.7) }Thanks
May 19, 2016 at 12:27 pm #999832
Mark MParticipantThanks sorted 🙂
May 19, 2016 at 1:11 pm #999942
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-999491 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
