Archived topic
Button instead of 'Read More' text in blog mode
1 reply · Started by Guillaume SIMONIN on January 12, 2015
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
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;
}