Is it possible for me to change the read more arrow on the postslider from an actual arrow to ‘>>‘
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
Worked perfectly!! Thanks. You guys are awesome. So fast.
You are welcome, glad to help :)
Regards,
Josue