-
AuthorPosts
-
January 22, 2014 at 11:49 am #7566
Jeff PParticipantHow can I set a transparent background on the navbar section of the renew stack?
January 22, 2014 at 12:03 pm #7572
Jeff PParticipantNevermind. I found that adding some css under the custom tab in the customize screen accomplished this for me.
January 22, 2014 at 1:02 pm #7600
KoryKeymasterGreat to hear, Jeff. 🙂
March 3, 2014 at 5:21 pm #19886
Jakub GParticipantSo he is smarter then I am as none of the codes are working for me.
can you paste them here please
just to clarify: i want my nav bar to be transparent so background image is visable thru it.
thanks in advanceMarch 4, 2014 at 4:48 am #19976
ChristianModeratorHey Jakub,
You can enable transparent NavBar in your stack options if your using Integrity. Renew and Icon are transparent already.
Hope that helps. 🙂
March 4, 2014 at 5:08 am #19982
Jakub GParticipantNot really but maybe I’m doing smt wrong.
I’m using renew and it is transparent but with white background.
is it possible to make it transparent to page background?
I’m adoptnig renew3 demo and this is my only strugle so far.
Great theme BTW 🙂March 4, 2014 at 9:23 am #20068
ChristianModeratorPlease try the CSS
.x-navbar { background-color: transparent !important; } .site { background-color: transparent; }Thanks.
March 4, 2014 at 3:33 pm #20173
Jakub GParticipantNice one!!!!
That’s amazing !
thanksMarch 4, 2014 at 5:03 pm #20205
RubinKeymasterYou’re welcome!
September 5, 2015 at 12:28 am #379400
ZeniaParticipantHow do you make the transparency more or less opaque? What’s the code for that? 🙂
September 5, 2015 at 4:41 am #379496
ChristopherModeratorHi there,
Please try this code:
.x-navbar{ background-color:rgba(255,255,255,0.5); }An RGBA color value is specified with: rgba(red, green, blue, alpha). The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).
Hope it helps.
September 23, 2015 at 9:57 am #400005
bitflip1235ParticipantI’m still unable to make the navbar bg transparent on Renew4?
September 23, 2015 at 10:21 am #400030
ThaiModeratorHi @bitflip1235,
In this case, please provide us with your website URL so we can take a closer look?
Many thanks!
September 23, 2015 at 12:55 pm #400214
bitflip1235ParticipantThis reply has been marked as private.September 23, 2015 at 2:42 pm #400332
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
header.masthead.masthead-inline { position: absolute; width: 100%; } .x-navbar { font-size: 16px; background: rgba(0, 0, 0, 0.5) !important; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-7566 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
