[Resolved] Button instead of 'Read More' text in blog mode

Home Forums Support [Resolved] Button instead of 'Read More' text in blog mode

Home Forums Support Button instead of 'Read More' text in blog mode

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64478
    Guillaume SIMONIN

    Hi,

    I’d like to get a read more button at the bottom right corner in blog mode instead of a text. I can’t find where I should replace the class type. Any idea ? Hope it’s clear…

    PS: sorry for my english, i’m not a native speaker!

    Thanks
    Guillaume

    #64553
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It’s a little hard to make it float to the right – you would have to hide the default link, and then add your own button in there using a hook.

    You can turn it into a button though using some CSS:

    .read-more {
          display: block;
          padding: 10px 20px;
          background: #222;
          color: #FFF;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.