Custom CSS cut off banner image
-
All I wanted to do was change the font color for my links. I copied the entire CSS example given in my theme with the color changed. It changed the color ok, but now my menu cuts off the bottom of my header image. How do I fix this? The theme doesn’t give me a way to return to the original CSS script.
The blog I need help with is: (visible only to logged in users)
-
Instead of copying the entire CSS, you should just add CSS for the things you want to change.
Try removing everything you have in the Appearance → Custom Design → CSS page right now and just adding back any CSS modifications you want to keep such as this block needed to change the link color:
a { color: #5255C4; }
- The topic ‘Custom CSS cut off banner image’ is closed to new replies.