Hide Extract
- The topic ‘Hide Extract’ is closed to new replies.
Need help? Check out our Support site, then
Hi
I need hide the extract on the main page of my blog, i want it to look like the demo.
Thanks.
The blog I need help with is: (visible only to logged in users)
Hello,
If you are referring to the summary section shown in single post views (below the title) then please use this custom CSS to hide this section:
.single .site-main .entry-summary {
display: none;
}
Let me know if you have any additional questions regarding this topic.
Kind regards,
Taras