• how to remove read more i will use this theme in photo website so read more evey after post not looking good so can anyone help he to hide or remove it? ty for help ??

Viewing 1 replies (of 1 total)
  • Hey there tuhinbiswas98,

    Hope you’re well today!

    You should be able to remove those read more buttons with some custom CSS. Since evolve theme has its own custom CSS tab you can try adding the following code there, it is located in Appearance -> Theme Options -> Custom CSS

    .read-more.btn.btn-right.icon-arrow-right {
      display: none;
    }

    This should remove those buttons, if the code doesn’t work please keep it added and post link to your site so I can take a look ??

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘read more’ is closed to new replies.