• mdwaileebe

    (@mdwaileebe)


    I’m trying to remove the “read more” option in the Spacious theme. I have been working on this for most of the day and I’m getting a little bit frustrated. I have entered several different CSS codes in the theme options/custom css box, but nothing is working. I do not want to make a child theme. Can someone help me?
    My site is not live yet, but here is the link: https://69.195.124.242/~okcbethe/

Viewing 1 replies (of 1 total)
  • Hi mdwaileebe,

    For the solution of your question you can use the below CSS to hide the read more in all post and pages paste this CSS in the Custom CSS

    .entry-meta .read-more-link {
    display: none;
    }

    And to hide the read more in the slider use the CSS below in Custom CSS box as above

    #featured-slider .slider-read-more-button {
    display: none;
    }

    And if you have further queries please feel free to contact us in the support forum in the link here:https://themegrill.com/support-forum/

    Regards,
    chhabi

Viewing 1 replies (of 1 total)
  • The topic ‘Read More Option’ is closed to new replies.