Change b/g on menu Forums » WordPress » Esotera » How To Author Posts September 24th, 2019 at 07:12 #91996 cairns_nic Hi, Is there a way to make the background on my drop down menu list slightly transparent? Thanks. Website: puristatopfive.com September 30th, 2019 at 09:02 #92301 ZedCryout Creations mastermind That can be done with custom styling: body #access ul.sub-menu li a, body #access ul.children li a { background-color: rgba( 255, 255, 255, 0.7 ); /* adjust the value as desired */ } If you like our creations, help us share by rating them on WordPress.org. Please check the available documentation and search the forums before starting a topic. October 3rd, 2019 at 01:51 #92427 cairns_nic Great thank you! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Change b/g on menu’ is closed to new replies.