Tagged: transparent menu
- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by Skandha.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
May 23, 2018 at 7:04 pm #146378israel_finnParticipant
I’d like to make the secondary menu background transparent, even on hover.
Thanks! https://israelfinn.com/
May 24, 2018 at 2:27 am #146403SkandhaParticipant@israel_finn: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#secondary-menu { background-color:rgba(236,235,230,0.0); } #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { background-color:rgba(236,235,230,0.0); }
Let me know if this works out.
Kind Regards,
SkandhaMay 24, 2018 at 12:40 pm #146482israel_finnParticipantPerfect, thanks!
May 25, 2018 at 3:22 am #146515SkandhaParticipant@israel_finn: Glad I could help you out. Have a good day!
Kind Regards,
Skandha -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Making secondary menu transparent’ is closed to new replies.