Tagged: blog posts
Hi,
We use on avia formatting tool the content element “Blog posts”.
In the options, we have selected :
– Blog Style : List layout – compact (title and icon only)
– Blog List Width : Auto
– Post number : All
– Starting post number : Disable start number
– Pagination : none
– Conditional display : Always display element
And as you can see on this test page : https://robert-b.fr/test-remove-pencil/, pencil icon is visible.
We just want the list of posts title but no other information and no icon.
So, how can we remove the pencil please ? Have you a code for Quick CSS in Enfold panel options please ?
Many thanks in advance for your answer,
Best regards,
robert.b Team from France
Hey lauragenest,
Please try the following css:
.main_color .bloglist-compact .fallback-post-type-icon {
display: none;
}
Best regards,
Victoria
Hi Victoria,
Thanks a lot for your answer, it works perfectly!
Have a nice day,
Best regards,
robert.b Team