Tagged: x
-
AuthorPosts
-
November 27, 2016 at 8:28 pm #1272660
zangove01ParticipantHi,
My website is http://fybmarine.stlouisbluesboutique.com/
I would like to change the menu around. I would like the overall backgroyund to remain white, however I would like the back ground in the little pill shaped area to be the same blue as the rest of the site. I would then like the writing to be white.
Can you please assist?
November 27, 2016 at 9:07 pm #1272676
Rue NelModeratorHello There,
Thanks for writing in! Do you want something like this?

If that’s the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .desktop .x-nav>li>a:hover>span, .x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span { border-color: #84b8b4; background-color: #84b8b4; color: #fff; }We would loved to know if this has work for you. Thank you.
November 27, 2016 at 9:43 pm #1272690
zangove01ParticipantThank you for the prompt reply. I was hoping to also try fixing the blue background so it is blue all the time along with the white writing?
Is this possible as well?
Thank you
November 27, 2016 at 10:03 pm #1272693
LelyModeratorHi There,
Do you mean blue background for the submenu and white text for the submenu links? If yes, please use this:
.desktop .sub-menu { background-color: #84b8b4; } .x-navbar .desktop .sub-menu a{ color: #ffffff; }If this is not what you want to achieve, please clarify so we can be specific on our suggestion.
November 27, 2016 at 10:10 pm #1272701
zangove01ParticipantHi,
No I would prefer the initial setup we had, with the buttons background blue regardless if you are hovering or not and then the writing blue.
If you can keep the submenu backgound white, with blue writing that would be good.
November 27, 2016 at 10:30 pm #1272709
RupokMemberHi there,
You just need to change the color code :
.desktop .sub-menu { background-color: #ffffff; } .x-navbar .desktop .sub-menu a{ color: #84b8b4; }Let’s adjust them if needed.
Thanks!
November 28, 2016 at 3:17 am #1272930
zangove01ParticipantAs I said previously. I would like all the menu buttons to permanently have the blue back ground with the white writing. not just when you hover.
November 28, 2016 at 3:25 am #1272940
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-navbar .desktop .x-nav > li > a span { border-color: #84b8b4; background-color: #84b8b4; color: #fff; }Hope that helps.
November 28, 2016 at 3:45 am #1272957
zangove01Participantgreat thankyou
November 28, 2016 at 4:20 am #1272983
ChristianModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1272660 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
