We're merging with GenerateBlocks! Learn more here.

[Support request] Can I add an icon to the read more button?

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Can I add an icon to the read more button?

Tagged: ,

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #32409
    elvin
    Moderator

    Can you upload the SVG as an .svg media file on your media library?

    If so, can you copy it’s file path URL? we can use that for pseudo element.

    Example:

    .wpsp-read-more a:after {
        content: url(the_url_of_the_svg_image_file_here);
        margin-left: 10px;
    }
    #32414
    Yvon
    Participant

    Thanks for all your help Elvin!

    #32417
    elvin
    Moderator

    No problem. 😀

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.