Remove 'expand' part on blog post snippets

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Remove 'expand' part on blog post snippets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15426
    NickII
    Member

    I have the blog post snippets on the home page (using post snippets carrousel). How do I hide/remove the ‘expand’ button. I just want the details/read more button there.

    #15432
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .home #blog-carousel a.lightbox-link{
      display: none;
    }
    
    #16128
    rpfitness
    Member

    This worked for my home page, but how do I remove the “expand” part from the article page?

    #16146
    Veena
    Moderator

    Pls use the following custom CSS –

    .page-id-6858 a.lightbox-link.button.transparent {
        display: none;
    }
    

    I have removed the login details from this thread.

    Pls always try to open new thread especially when you have to share login details otherwise the thread owner can view your messages even if you put it as a private reply.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.