How to remove Read more from blog post

Home Forums Jevelin Theme How to remove Read more from blog post

Home Forums Jevelin Theme How to remove Read more from blog post

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • WendyM
    Participant

    Hi I would like to remove the “Read more” from the blog posts on this page.

     

    http://wicked-web.co.za/gludemo/

     

    Thanks

    Hi @WendyM,

     

    I hope you are well today and thank you for your question.

     

    You can remove them by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .owl-carousel .owl-item .sa_hover_container > a {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    WendyM
    Participant

    That didn’t work but I achieved it myself with .post-readmore {
    display: none!important;
    }

     

    Also – how do I get the full content to display in the page above?

     

    thanks

    WendyM
    Participant

    sorry – and I want the exact styling of the bog post to be visible in the box.

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

Viewing 5 posts - 1 through 5 (of 5 total)