Tagged: x
-
AuthorPosts
-
May 16, 2016 at 9:27 pm #994791
jensmith3
ParticipantHello,
My site is on the temporary url http://103.37.8.129/~thekidsa/
I wondered if it was possible to add some transparency to the background of the drop down menu so that I can glimpse the image behind?
Also, could you please confirm the css to change the following:
background colour of drop down menu
hover colour of drop down menu
text colour of drop down menu itemsMany thanks and kind regards,
Jenny
May 16, 2016 at 9:28 pm #994792jensmith3
ParticipantThis reply has been marked as private.May 17, 2016 at 12:32 am #994964Nabeel A
ModeratorHi there,
Thanks for writing in! To add the transparency in drop down menu, just add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.desktop .sub-menu { background-color: rgba(255,255,255,0.3) !important; }
Currently the background is white. To change the hover color, you can use the following CSS:
.x-navbar .desktop .sub-menu a:hover { color: blue !important; }
And to change the text color, use this code:
.x-navbar .desktop .sub-menu a { color: orange !important; }
Cheers!
May 17, 2016 at 2:40 am #995063jensmith3
ParticipantFantastic as always,
Thanks so much.
JennyMay 17, 2016 at 2:44 am #995070Nico
ModeratorHappy to hear that.
Feel free to ask us again.
Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-994791 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>