Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25792

    I’m using the Blog Posts block on my homepage with the Grid Layout and Only Titles. But a gray line appears above the title of each article, and I can’t figure out how to get rid of it.

    Screenshot: http://orbt.io/Q5LS.png

    My staging site: http://davidchartier.staging.wpengine.com

    (hosted on WPengine) />

    Thanks for any help!

    #128210

    Hi chartier,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.home .avia-builder-el-1 .slide-entry a.slide-image {
    display: none;
    }

    Regards,

    Devin

    #128211

    Perfect! That did the trick, thanks so much Devin!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Style problem with blog posts block’ is closed to new replies.