• Resolved johnnyr860

    (@johnnyr860)


    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;
    }

Viewing 1 replies (of 1 total)
  • You hide the page title right, this way:

    .page .entry-title {
    display: none;
    }

    right?
    you can hide the whole header of the title replacing it with this :

    .page .entry-header {
        display: none;
    }

    or just for that divider, adding this:

    .page .featurette-divider.__before_content {
        display: none;
    }

    hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I rid of this white link above my title on every page?’ is closed to new replies.