Hello, I already had contact in thread 1345370. You helped me with the quick css.
Unfortunately the problem is not completely solved yet. My customer doesn’t want the grid view for the posts, but the “single author, large thumbnail” view. The double line appears below the post. Can you remove them or at least center them in the column?
Next I want the short gray line under the title in green.
Thanks for the help, Tanja
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > * {
float: none;
}
.html_elegant-blog .av-vertical-delimiter {
border-color: green;
}
Best regards,
Yigit