Color change only works on specific page
-
Hi,
I am trying to change the background color for a bar at the bottom of my page using CSS.
If I use the following it has no effect ad the color doesn’t change:
.site-footer-bottom-bar {
background: #193c4f;
}If I use the following it changes for the home page but no others:
.home .site-footer-bottom-bar {
background: #193c4f;
}Can anyone help?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Color change only works on specific page’ is closed to new replies.