Ozzie303 Posted March 27, 2020 Posted March 27, 2020 Site URL: https://www.libraeducation.co.uk/home Hi, The dropdown menu on my site has white font and white background. Does anyone know how I might change that? Many thanks to anyone that can help! Oscar
derricksrandomviews Posted March 27, 2020 Posted March 27, 2020 Place in custom css #topNav nav .folder-collection ul li a { background-color:#F4F4F4; } That #number is gray/white you can find the css code for a color here: https://www.hexcolortool.com/#6db0fd use the number that starts with #
tuanphan Posted March 28, 2020 Posted March 28, 2020 You can also use this code to change background & color Add to Home > Design > Custom CSS ul.folder-child a { background: green; color: red !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ozzie303 Posted March 29, 2020 Author Posted March 29, 2020 Thanks both! Really appreciated. Now amended and looking good. very grateful.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.