hi, I’m using the blog post grid widget from the builder to display 3 blog posts in grid on my front page, but how can I change the layout in custom css?
I allready tried business and elegant layout, but I want to create my own styling. The read more link button is not showing right and I want to remove the date.. don’t know how to…
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_elegant-blog .avia-content-slider .slide-meta {
display: none;
}
.html_elegant-blog .more-link {
margin: 30px 0 20px 0;
}
Cheers!
Yigit
yeah! that worked perfectly thanks!
how do I style the post titles etc?