Change colour of a specificlLi field
Here is the page in question.
http://www.theremotedoctor.co.uk/acc...llto=selection
I am trying to edit the background colour with the details shown below but not going to plan.
Code:
<li class="licenter"><a href="#home" class="scroll">Return to Menu</a></li>
Code:
li.licenter {
text-align: center;
color: #440000;
background-color: #000000;
Can you advise where i have gone wrong please.
#000000 will be changed later,only used it so i could see the code has worked "still waiting for that bit"