-
AuthorPosts
-
February 2, 2014 at 6:56 am #10307
Warreb MParticipantHello,
Couldn’t find the answer, and usually I can find the right CSS to edit in Firebug but no joy with this one.
My site is at http://clearlypossible.com/development/
I’ve moved the slider up behind the nav bar, but I want to change the opacity of the nav bar to show it slightly.
When I change .x-navbar it changes the opacity of everything, logo + text. Putting RGB background-color on that class as well doesn’t work. Can you help?
Thanks
Warren
February 2, 2014 at 7:27 am #10311
ChristianModeratorHi Warreb,
I saw this code in your website:
.x-navbar, .x-navbar .sub-menu, .tp-bullets.simplebullets.navbar, .tp-bullets.simplebullets.navbar-old, .tp-leftarrow.default, .tp-rightarrow.default { background-color: rgb(10, 0, 0) !important; }Please add the code below to your CSS to change the opacity of .x-navbar:
.x-navbar { background-color: rgba(10, 0, 0, .5) !important; }Click here to see the screenshot of the result.
Hope this helps. Let me know if you need further assistance.
March 24, 2014 at 1:53 pm #26084
Silvia CParticipantWow! That looks awesome! How can one add a background image to the navigation bar and then add the css code you write about? Thanks a lot guys 😉
SilviaMarch 25, 2014 at 2:26 pm #26418
KoryKeymasterHey Silvia,
Thanks for writing in! Please review this thread when you have a chance as it addresses this question specifically.
Thanks!
March 26, 2014 at 4:01 am #26568
Silvia CParticipantPerfect! Cheers! 🙂
March 26, 2014 at 8:30 pm #26906
KoryKeymasterNo problem, Silvia. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-10307 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
