Tagged: x
-
AuthorPosts
-
April 24, 2016 at 4:00 pm #897726
SPACECOWB0YParticipantI would like to add a style change to my navbar menu so that the text has drop shadow. Something like this:
text-shadow: 1px 1px 1px rgba(0,0,0,1);
I will need it to work in the pull down section for Shop as well so that the text shows up.
My website is hadassahjewellery.com
Great theme by the way. Thanks X! 🙂
April 24, 2016 at 4:26 pm #897753
NicoModeratorHi There,
Thanks for writing in.
To add shadow to your texts, add this in your customizer’s custom CSS:
.x-navbar .desktop .x-nav > li > a > span { text-shadow: 1px 1px 1px rgba(0,0,0,1); }Hope it helps.
Let us know how it goes.
Thanks.April 24, 2016 at 5:42 pm #897853
SPACECOWB0YParticipantIt added it to the main navbar but not to the dropdown menu. How can we get the dropshadow on the text there?
April 25, 2016 at 4:57 am #898352
LelyModeratorHi There,
Please also add the following CSS:
.x-navbar .desktop .sub-menu a >span { text-shadow: 1px 1px 1px rgba(0,0,0,1); }Hope this helps.
April 25, 2016 at 6:07 am #898444
SPACECOWB0YParticipantThat did it! Thanks.
One more question 🙂
Can you help me change the background of the submenu to a light grey? I tried the code below in the css but it just changed the color behind the text and not the submenu box.
.x-navbar .desktop .sub-menu a >span {
background-color: #D3D3D3;
}April 25, 2016 at 6:12 am #898447
SPACECOWB0YParticipantThat did it! Thanks.
One more question 🙂
Can you help me change the background of the submenu to a light grey? I tried the code below in the css but it just changed the color behind the text and not the submenu box.
.x-navbar .desktop .sub-menu a >span {
background-color: #D3D3D3;
}April 25, 2016 at 12:35 pm #898960
ThaiModeratorHi There,
Please try with this CSS instead:
.x-navbar .desktop .sub-menu { background-color: #D3D3D3 }Hope it helps 🙂
April 25, 2016 at 2:57 pm #899220
SPACECOWB0YParticipantThanks! Yall are very helpful.
April 26, 2016 at 6:00 am #900082
LelyModeratorYou’re welcome!
Always,
XJune 28, 2016 at 4:24 pm #1063903
SPACECOWB0YParticipantIs it possible to move the submenu down so that when you hover on the menu item the submenu appears just below it?
June 29, 2016 at 12:22 am #1064345
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
body .x-navbar .desktop .x-nav > li ul { top: 170px; }Hope that helps.
June 29, 2016 at 2:47 pm #1065427
SPACECOWB0YParticipantThat is fantastic. Thank you!
June 29, 2016 at 3:45 pm #1065507
JoaoModeratorGreat to hear it.
Let us know if we can help you with anything else.
Joao
June 29, 2016 at 4:34 pm #1065583
SPACECOWB0YParticipantThanks Joao,
2 quick things.
We have changed fonts in our navbar and I have noticed that the menu items with drop down menus have moved down so that they are lower than the other menu items. How can I fix that?
And is there a way to change the font in the sub menus to the same font as the navbar font but only the sub menus?
Thanks again!
June 29, 2016 at 8:20 pm #1065882
John EzraMemberHi there,
Thanks for updating the thread! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-897726 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
