Topic Resolution: Resolved
  • Closed
  • Sascha Schmidt
    Spectator
    22.07.2015 at 16:47 #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: 402
    22.07.2015 at 17:18 #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
    22.07.2015 at 17:25 #19103

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

    Greets
    Sascha

    Imran
    Spectator
    Posts: 402
    22.07.2015 at 17:28 #19104

    You’re welcome! 🙂