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.
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.
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!