Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #385338

    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

    #385532

    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

    #385561
    This reply has been marked as private.
    #385575

    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

    #385604

    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

    #385630

    Hey!

    Please use following code

    .read-more-link {
    text-align: center;
    }

    Seems like you have removed the arrow already

    Regards,
    Yigit

    #385636

    Thanks Yigit! Yes, I’ve found the right css code.

    Regards,
    Frank

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Replace the read more link by a customised button (picture)’ is closed to new replies.