How to remove post / blog info

Support Forums Cian – WP Theme How to remove post / blog info

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5494
    Cavalry Design
    Participant

    Hi,

    I am trying to remove the dotted line, the calendar icon, the speech bubbles and the comments off and the ‘READ MORE’ button of all my posts.

    Here is the link… http://www.teachleics.co.uk

    Your help is much appreciated.

    Richard

    #5495
    CreaboxThemes
    Keymaster

    Hi,

    in the option Custom CSS in the page Appearance > Theme Options > Custom Scripts, add the next code:

    .blog-grid-post-content .post-date,
    .blog-grid-post-content a.btn-main{
        display: none;
    }

    Regards

    #5496
    Cavalry Design
    Participant

    That’s great.

    Thanks for your help.

    Richard

    #5497
    CreaboxThemes
    Keymaster

    Your welcome 😉

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.