#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