We had read and review all the questions before and successfully changed the font for the template, but in intro text for news the font is still the same. We need help.
The font was added to assets.xml as well as thememagic was switched.
mbalanev Could you share screenshot highlighting the part where you want to change the font?
The intro text should be the same font as the title.
mbalanev Hi open template folder /css/custom.css file and add this code
.ja-news .mod-articles-category-introtext { font-family: PT Sans Narrow; }
if there is no custom.css file, kindly create it and add the code.
Regards
SUPER IT WORKS THANK YOU!
BUT BUT CATEGORY BLOG VIEW (STANDARD JOOMLA LAYOUT) THE FONT OF THE INTRO DIDN'T CHANGED.
WHERE I SHOULD LOOK?
mbalanev Hi Replace the older code with this code
.ja-news .mod-articles-category-introtext, .article-intro { font-family: PT Sans Narrow; }