Hi guys, can you please tell me how i could get rid of the date, category and the grey lines (seperators) in the blog grid view?
Second question concerning the single blog post: i want the image shown in real size, not as a thumbnail – is this possible?
How do i remove the grey lines (seperators) in the single blog post?
Thanks in advance!
Juergen
Hey querflug!
Please add the following to your custom.css
.html_elegant-blog .avia-content-slider .slide-meta,
.html_elegant-blog #top .post-entry .post-meta-info {
dislay: none !Important;
}
Let us know if we can do anything else for you
Regards,
Basilis
Hi! Thanks for the quick reply, but the custom CSS styles had no effect at all!
Ahh, you had a typo in the code
display: none !Important;
The date in the grid view is now gone – perfect!
Please if you could be so kind –
i still need like to know how to remove the seperators and the category name in the grid view,
and how to increase the image size to the “real” in the single post page.
thanks!!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_elegant-blog .avia-content-slider .av-vertical-delimiter {
display: none;
}
Then please go to Enfold theme options > Blog Layout > Single Post Style and choose to display big preview image
Best regards,
Yigit