Hi again. In Sparkling theme, settings, reading, there are 2 options – full text, or summary. Is there a CSS way to not have excerpts, but title only (and date / author)? Thanks for the trouble!
Hi @glenn,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
body.blog article .entry-content {
display: none;
}
Best Regards,
Movin
Worked great for tablet and smartphone views, but didn’t work for desktop view. Excerpt still appears on desktop view.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
I just placed that code first in the custom CSS block instead of last, which, for some reason, seems to have resolved the issue. Btw, whenever I save the custom CSS and leave that section, then return to the custom CSS, all of the custom CSS is no longer spaced out. It bunches together into a clump with no line breaks.
Thank you, Movin!
You are most welcome here