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.
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; }
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: