This topic has 17 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
Hello
I want to completely remove the words that appear below posts.If i go to Theme Options > Blog Layout > Excerpt length (words) and enter 0 it still diplays “…”
http://prntscr.com/ditsvk
Thanks
Hello,
Please add this code in Custom CSS:
.blog .content-article p {
display: none;
}
Regards,
Rose Tyler.
This code does not make anything!
thank you
Hello,
Please show the page where you want to remove excerpts and provide WP Dashboard credentials.
Regards,
Eva Kemp.
Ok,thank you
Or for example to the categories
Hello,
Try to add this code in Custom CSS:
.vc_gitem-post-data-source-post_excerpt {
display: none;
}
.category .blog-post .content-article p{
display:none;
}
Regards,
Rose Tyler.
I have changed the Blog Layout to mosaic and to the categories page not work.
Can you please take a look?
Thanks
Hello,
Are you reinstalling WordPress now?
We can’t access your site.
Regards,
Eva Kemp.
Yes,there is a problem with my database now,i will send you a message soon to look back.
Thank you for the patience!
Hello,
Ok, looking forward to your reply.
Regards,
Eva Kemp.
Hello,
everything it’s ok now with the site.
So,i have set the code
.vc_gitem-post-data-source-post_excerpt {
display: none;
}
that remove from the post grids the content.
The other code
.category .blog-post .content-article p{
display:none;
}
does not remove the content from categories as you can see here
(The content here is a shortcode for a plugin).
Thanks
Hello,
To remove excerpt from category page please use this css code:
.content-article {
display: none;
}
Regards,
Eva Kemp.
This code remove also the content of post.
Without code: http://prntscr.com/djv67l
With code: http://prntscr.com/djv70n
Hello,
Then please change the code to this one:
.category .content-article {
display: none;
}
Regards,
Eva Kemp.
Super!Thank you
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Remove Excerpt length from posts’' has been successfully resolved, and the topic is now closed for further responses