Topic Resolution: Resolved
  • Closed
  • Sascha Schmidt
    Spectator
    July 22, 2015 at 4:47 pm #19093

    I’m wondering if it’s normal that a “READ MORE” in german “Weiterlesen” Button exists directly OVER the content of the “Posts slider” content. You can view what I mean on https://schmidt.ps

    Is it possible to deactivate the “Read more” button? I doesn’t make sense where this button is located”

    Thanks in advance
    Sascha

    Imran
    Spectator
    Posts: 403
    July 22, 2015 at 5:18 pm #19101

    Hi there,

    Thanks for writing in, if you wish to disabled the read more button from the post slides, so please add the following code under Appearance > Theme Options > custom CSS:

    a.post-more {
    display: none;
    }

    Thanks.

    Sascha Schmidt
    Spectator
    Posts: 9
    July 22, 2015 at 5:25 pm #19103

    BAAM! This came fast and with the best result! Problem fixed 🙂

    Greets
    Sascha

    Imran
    Spectator
    Posts: 403
    July 22, 2015 at 5:28 pm #19104

    You’re welcome! 🙂