Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Blog
how could I hide these elements in blog
houzhijie
January 2019
in
Blog
HI,
I built a page which has a blog Builder item.I set the style to Grid.
The final page is this:
how could I hide these stuff in the page? I just like to make it simple.
Comments
ikhm
January 2019
via css - display:none
Pablo
January 2019
Hi,
ikhm
is right.
It can be turned off only with Custom CSS - by the display:none
Please send me a link to your website if you don't know how to do this.
Thanks
houzhijie
January 2019
edited January 2019
thanks,Pablo and ikhm
I am a beginner of code learning. please show me how to do this.
The link is:
http://www.bobopapa.com/encyclopedia/
Pablo
January 2019
Paste this code into the Theme Options > Custom CSS & JS > CSS
.post-excerpt{
display:none !important;
}
Thanks
houzhijie
January 2019
edited January 2019
Although the love icon and comment icon is still there, it is better than before.
I adopt it. Thank for your patience.
Bill
Pablo
January 2019
Oh,
I through that you want to hide only the "[...]" excerpt.
I can hide it for you if you want.
Thanks
houzhijie
January 2019
wa, I appreciate it if you can show me how.
thanks for helping me solve so many problem.
Pablo
January 2019
Add this code too:
.post-footer{
display:none !important;
}
Thanks
houzhijie
January 2019
Thanks
Sign In
or
Register
to comment.
Comments