Tagged: x
-
AuthorPosts
-
April 7, 2016 at 8:41 am #871163
Hi,
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 #872102Hi 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 #872795Yeah, that code helped. Thanks a lot.
April 8, 2016 at 10:00 am #872944This reply has been marked as private.April 8, 2016 at 3:25 pm #873285Hi 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 #873586Hi 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 #874014Hi 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 #874557The 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 #874991No 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