Hi,
Go to Dashboard Admin Panel >> Appearance >> Customize >> Kyma Options >> General Options >> Custom CSS Editor.
Now put above CSS rules into Custom CSS Editor:
Thank you
It worked!!
Thanks for the quick response and on a sunday!!!
So happy with this theme and support
I just realized it worked for pages but not for posts. Do I need to add something else to the code above?
Hi,
Use below CSS Rules instead of above:
.blog_grid_block .blog_grid_con .meta, .hm_blog_list .blog_grid_con .meta, .post_title_con .meta {
display: none;
}
Hope it will work for you.
Let me know for further assistance.
Thank You
It still shows who’s the author in the posts.
Hi,
Please provide page URL so we can assist you better.
Thank You
http://www.gremioclubmakers.com/2016/07/24/gremio-de-clubmakers/
that’s a post but you can still see the author. The only post I have now are the ones in the slider, the rest are pages and for pages the code worked.
Thanks!!!
Hi,
Use below css to hide Author and sharing details
.about_auther{
display:none;
}
Thank You