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

    Is it possible for me to change the read more arrow on the postslider from an actual arrow to ‘>>

    #317153

    Hey Chris!

    Try adding this code to the Quick CSS:

    span.more-link-arrow {
        font-size: 0;
    }
    
    span.more-link-arrow:after{
        content: "»";
        font-size: 12px;
        margin-left: 2px;
    }

    Cheers! 
    Josue

    #317155

    Worked perfectly!! Thanks. You guys are awesome. So fast.

    #317159

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Read More Arrow’ is closed to new replies.