Tagged: avia layout builder, Blog
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!
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
Perfect! That did the trick, thanks so much Devin!