Is it possible to do a list of all the blog posts with just the title and category without the featured image.
Hi,
Please try this in Quick CSS:
.page-id-1658 a.slide-image {
display:none;
}
Best regards,
Rikard
Hi SandraSquires,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .post-entry-1658 h3.slide-entry-title a {
font-size: 18px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Please try this CSS instead if you want it to apply to the whole site:
#top h3.slide-entry-title a {
font-size: 18px;
}
Best regards,
Rikard
I would like to have all of my categories to show in alphabetical order. How do I do that?
Also, is it possible to remove the icon from the blog listing? Or change it for different categories?
I have also arrange the date order to show in alphabetical order but that isn’t working either. Any help!
I FOUND MY ISSUE. CLOSE.
Hi SandraSquires,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria