• Closed
  • Johan Bergstad
    Spectator
    January 22, 2015 at 10:51 am #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
    January 22, 2015 at 6:31 pm #14523

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

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

    Johan Bergstad
    Spectator
    Posts: 32
    January 22, 2015 at 11:58 pm #14536

    Thx, that worked fine.