News

Hello,

could you kindly let me know if it is possible to remove the "categories" and "read more" from the page News (see attached)

my site is https://sisecopulizie.it and it will be online from tuesday 15 May.

Thanks in advance!

Cintz

Comments

  • Hi,

    Please go to Betheme -> Theme options -> Blog & Portfolio -> Blog, and uncheck the Meta: Categories & Tags.

    However, to remove the Read more button, please use the following CSS code:

    .blog_wrapper .post .post-footer .post-links{
     display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Hi Phil,

    thank you very much!

    Have a nice day


    Cintz

Sign In or Register to comment.