hello,
i wondering how to change the font size and font color oft the posts hero text shown on the portfolio page?
thanks,
sara
hello,
i wondering how to change the font size and font color oft the posts hero text shown on the portfolio page?
thanks,
sara
Hi Sara,
Try to add this code in your Quick CSS:
.more-link {
color: red;
}
or this code, if the code above doesn't work:
.more-link {
color: red !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.