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.
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
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!