Home › Forums › Support › Button instead of 'Read More' text in blog mode This topic has 1 reply, 2 voices, and was last updated 8 years, 8 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 12, 2015 at 8:48 am #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 January 13, 2015 at 12:12 am #64553 TomLead 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; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In