Hi,
I would like to replace the bad looking read more link on my blog excerpts on my blog overview page by a customised button, preferably by a image, which I can customise to my taste. It should also be only visible on my post excerpts.
Is this possible without “hard coding” on my files?
Best regards,
Frank
Hi scfran!
Please post a screenshot and show how you would like to display your “read more” button so we can provide you an accurate solution/answer :)
Best regards,
Yigit
Hi!
Please add following code to Quick CSS and adjust as needed
.read-more-link a {
background-color: blue;
color: white;
padding: 10px;
border-radius: 5px;
border: 1px solid orange;
}
Regards,
Yigit
Hi Yigit,
how I can move the button in the center of the side and remove the arrow?
text-align: center; does not work.
Regards,
Frank
Hey!
Please use following code
.read-more-link {
text-align: center;
}
Seems like you have removed the arrow already
Regards,
Yigit
Thanks Yigit! Yes, I’ve found the right css code.
Regards,
Frank