Tagged: x
-
AuthorPosts
-
April 7, 2016 at 8:41 am #871163
QuiickParticipantHi,
sorry if this has been asked before, but I can’t find anyone looking to do exactly what I want to do.I would like to change navbar menu background to white 0.5 transparent.
Could you please help?April 7, 2016 at 7:32 pm #872102
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-navbar { background-color: rgba(255,255,255,0.5) !important; min-height: 45px !important; }Let us know how this goes!
April 8, 2016 at 8:32 am #872795
QuiickParticipantYeah, that code helped. Thanks a lot.
April 8, 2016 at 10:00 am #872944
QuiickParticipantThis reply has been marked as private.April 8, 2016 at 3:25 pm #873285
Nabeel AModeratorHi again,
Try replacing the previous code with this one:
.x-navbar { background-color: rgba(255,255,255,0.5) !important; min-height: 45px !important; max-height: 45px !important; }Let us know how this goes!
April 8, 2016 at 8:55 pm #873586
QuiickParticipantHi that works just partially: navbar fixed, but… please have a look on attached screenshot of “problem” device.
Thank you
April 9, 2016 at 6:38 am #874014
ChristopherModeratorHi there,
Please update previous code to :
@media (min-width:976px){ .x-navbar { background-color: rgba(255,255,255,0.5) !important; min-height: 45px !important; max-height: 45px !important; } }Hope it helps.
April 9, 2016 at 6:17 pm #874557
QuiickParticipantThe problem was solved after cleaning caсhe on that particular iPhone.
Thank you very much and sorry for disturbing.April 10, 2016 at 4:19 am #874991
Rue NelModeratorNo problemo! It’s the least that we can do for you.
If you need anything else we can help you with, please let us know. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-871163 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
