How do I rid of this white link above my title on every page?
-
My site can be viewed here.
I don’t know if this white line was a part of the customizr theme since the color of the line is the same color as the original background color before I changed it to this blue. But as you can see right above the SMS Mobile marketing there is a thin white line that goes across the page and it shows up on each of my pages. How do I get rid of it? I am using a child theme. Help is appreciated thanks.
Also I don’t know if it matters or if this could have something to do with it but this is the code I placed in my custom CSS plugin to change the background color to blue:
body {
background: none repeat scroll 0 0 #2e9bd3;
color: #000000;
padding-bottom: 0;
}
- The topic ‘How do I rid of this white link above my title on every page?’ is closed to new replies.