I'm looking to change the font type of the Author Info boxes from Times New Roman to my site's google font Amaranth. I want the info box's font to match the rest of the site's UI. How can I do this?
Thank you in advance.
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi @raodrabbun,
Please add this CSS code in Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea, save it, delete all caches and check again. Don't forget to change red marked color code before using
div#wcaiInfoShort,.lity-container {
font-family: Arial, sans-serif !important;
}
That did it. Thank you!