Tagged: x
-
AuthorPosts
-
May 13, 2016 at 3:37 am #989334
christiaanakkermansParticipantHi,
I want to change the background color of my navigation bar. I used in customize > custom > css this code:
.x-navbar {
background-color: #333333;}But it did not worked.. Am I doing something wrong?
Thanks,
ChristiaanMay 13, 2016 at 3:38 am #989335
christiaanakkermansParticipantThis reply has been marked as private.May 13, 2016 at 3:40 am #989338
christiaanakkermansParticipantThis reply has been marked as private.May 13, 2016 at 3:44 am #989346
Rue NelModeratorHello There,
Thanks for posting in! Your code doesn’t work because there is another the same block of code added in your customizer. Please find this block and just update it instead.
.x-navbar{ background-color: rgba(255,255,255, 0.98) !important; }Hope this helps. Please let us know how it goes.
May 13, 2016 at 5:52 am #989501
christiaanakkermansParticipantI found it, but nothing happens when I change it to:
.x-navbar{
background-color: rgba(51, 51, 51, 1) !important;
}Can you help me find out what I’m doing wrong?
May 13, 2016 at 5:55 am #989506
christiaanakkermansParticipantSolved! Thank you so much for helping!!
May 13, 2016 at 6:43 am #989564
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-989334 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
