Removing a very annoying horizontal line in my blank theme
-
Hi, I have an annoying horizontal white line in the footer of my site and I have tried other bits of CSS code to remove the line, haven’t had any luck, basically I add the CSS code (that I have tried) and then clear browser cache, and hit Ctrl+F5. Well it still won’t get rid of the white line. Does anyone have a solution?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use this code to remove that white border element:
.site-main > article > .entry-footer { border-top: none; }Hope that helps. Please let us know if you have any more questions.
-
- The topic ‘Removing a very annoying horizontal line in my blank theme’ is closed to new replies.