hi, how can I hide the “you may also like” section, and the comments, on blog posts?
also, how can i control the contents of the excerpt text in the Masonry Content elements?
e
Hey rotaryerin,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.related_posts {
display:none!important;
}
Please provide a precise link to the excerpt page where we can inspect the elements.
Best regards,
Vinay
thanks! that worked.
I would like to remove the comments and comments closed section too. here is an example:
http://www.intentivfinancial.com/2014/08/24/ciccone/
for the masonry excerpts, please refer to this page:
http://www.intentivfinancial.com/about-us/
e
Hey!
Try adding this code to General Styling > Quick CSS:
.comment-entry.post-entry {
display: none;
}
Cheers!
Josue
Thanks to you both!
Hi,
Glad we could help! We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay