How can I alter the unordered list that’s in the footer on my site? I already have a list in the header so the footer follows the CSS command for the header.
Example code,
#header ul {
/* code here */
}
#footer ul {
/* code here */
}
Instead of
ul {
/* code here */
}
Awesome, thank you both of you.