Site logo

[Resolved] Change from buttons to a text link

Home Forums Support [Resolved] Change from buttons to a text link

Home Forums Support Change from buttons to a text link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1783821
    CRAIG

    I would like to change the links on my blog “cards” to text links which say “read more” rather than the buttons which are on there at present.

    I have privately added a link to the homepage of the site I am building, if you scoll down a bit you will see the blue “read more” buttons on the blog post “cards” which I would like to replace with text links.

    I have also privately added a link to the homepage of a website which uses “text links” similar to what I would like.

    Could someone give me a pointer on how to achieve this?

    I use WP Show Posts Pro and I like it but it doesn’t have this level of customisation from the plugin hence my asking.

    Thanks,

    Craig

    #1784234
    David
    Staff
    Customer Support

    Hi there,

    this is really a question for the WP Show Posts forum.
    But as you’re using Pro you can simply remove the wp-show-posts-read-more class in the WPSP list content panel. This will remove the button format. And in its place add your own css CSS eg. wpsp-text-link to add any styles using CSS such as the underline:

    .wpsp-text-link {
        text-decoration: underline;
    }

    The other colors can be changed in the WPSP content panel.

    #1784825
    CRAIG

    Thanks again David

    #1784827
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.