Can't Figure Out The CSS Color for This Header
-
I want to change the color of the top half, the background area where it says “TLU Rescue,” above the donation belt.
What do I need to change in the CSS editor? Nothing’s worked so far. I can get the background below the belt, but not above.
The blog I need help with is: (visible only to logged in users)
-
Add this to your custom css and edit the color as you desire.
.header { background-color: #FFFFFF; }
- The topic ‘Can't Figure Out The CSS Color for This Header’ is closed to new replies.