Guest Posted July 27, 2019 Posted July 27, 2019 I am looking to change the font color of my drop down menu which is a folder containing pages to create categories under the blog toggle. As it is the background and font colors are both white it is very hard to read. I would like the font to be this color #f78daf when toggling over the drop down. Or for the background of the drop down menu to be that same color and keep the font color white so that you can see it. I have an understanding of how to insert code into the css but not how to write it myself. Here is the site: https://rightbrainedteacher.com/
tuanphan Posted July 27, 2019 Posted July 27, 2019 @emilysharon Insert to LAST LINE in Home > Design > Custom CSS .folder .subnav li a { color: #f78daf !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!)
Guest Posted July 27, 2019 Posted July 27, 2019 Thank you! I entered it into last line of css and it did not fix the issue. I am not sure why.
tuanphan Posted July 27, 2019 Posted July 27, 2019 @emilysharon your site has a CSS a:link, #header nav a:visited, #header h1, #header h2, #header h3 { color: #fff !important; } It has a higher priority than the CSS I just sent. Any CSS with higher priority will be executed. I wonder this CSS you inserted, or is it the default? 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!)
Guest Posted July 27, 2019 Posted July 27, 2019 I tried this too. I am not sure about what the default one is. I ended up just changing the background of my whole site to another slightly darker color which also changed the background color of the pull down menu. Not exactly what I wanted but it works.
tuanphan Posted July 27, 2019 Posted July 27, 2019 @emilysharon (y) I mean, because your site has CSS (just written above, it has a higher priority), so CSS (I sent first) doesn't work. 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.