• Resolved Rachel

    (@webcraftz)


    Hi, I have tried several codes I googled online, but still cannot remove the horizontal line above the footer in store front theme.

    Please take a look at my site : https://www.integratedriding.com

    Any help is appreciated.

    Thanks a million. Rachel

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Rachel,

    Try adding this CSS to your theme:

    article.hentry {
    border-bottom: medium none;
    }

    Let me know if you need help on how to add CSS?

    Hope this helps!
    Jakson

    Thread Starter Rachel

    (@webcraftz)

    Hi Jakson,

    You are a great help. It worked. Thanks a lot. Do you also know how to reduce the margin between the main content and footer?

    Rachel

    No worries,

    You could override the padding and margin CSS on the same selector like this:

    article.hentry {
      border-bottom: medium none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    and there’s also some padding on #main selector:

    #main {
      margin-bottom: 0;
    }

    – you may not need to have them all set to 0 (zero), just what ever works ??

    Jakson

    Thread Starter Rachel

    (@webcraftz)

    Once again Jakson, it worked great.
    Thanks again for the support, I didn’t expect support from WordPress Forum to be so good and responsive. Super great experience for a WordPress noob.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove horizontal grey line above footer on Storefront Theme’ is closed to new replies.