• Closed
  • Johan Bergstad
    Spectator
    22.01.2015 at 10:51 #14518

    I guess this is more a wordpress question then template question but I have a sticky blogpost with a welcoming message on my homepage. Is it possible to get rid of the Read More button only on that post because all the content is already showing so the Read more button is misleading. I can’t find a setting for that.

    url: http://nieuwe.roosgoesgreen.nl/

    Roman
    Spectator
    Posts: 3147
    22.01.2015 at 18:31 #14523

    this CSS code could handle it, insert in the Custom CSS section:

    .sticky .read-more {display:none;}

    Johan Bergstad
    Spectator
    Posts: 32
    22.01.2015 at 23:58 #14536

    Thx, that worked fine.