QantasVirtual Posted November 20, 2015 Report Share Posted November 20, 2015 Hello, I've simply been trying to change the colours of the dropdown menu using the style.css file and it doesn't appear to be updating on my site. Has anyone got any ideas, or am I even updating the correct lines? In the style.css file I edited lines 101-109. http://hostcode.sourceforge.net/view/3898 Quote Link to comment Share on other sites More sharing options...
web541 Posted November 20, 2015 Report Share Posted November 20, 2015 If you're using Bootstrap, use this http://work.smarchal.com/twbscolor/ However, if you're not, then try .navbar-nav > li > .dropdown-menu { background-color: #e0001b; } Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted November 21, 2015 Moderators Report Share Posted November 21, 2015 The code you provided has only 2 colors that appears to be the ones you're after. If changing those will have no effects then style.css is not the place to change the menu colors. Try finding the colors first to see if they match with the menu colors. Try this link to find the colors: http://html-color-codes.info Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.