Hi to each one of you! The reason I come here is because I have been unable to find the answer on how to resolve my problem in other forum threads or tutorials. I'm having issues trying to figure out how to make the font size look bigger in the "News" section of my website (please, see the attached screenshot). The Joomla's website template is Purity III (corporate). I have already created a custom.css file. In that file I have added this CSS code to vary the font size of the article's paragraphs:
.item-page .article-content p {
font-size: 22px!important;
}
The code is working for single articles, but when they are displayed as a Category Blog the font size will remain as the default specifications in bootstrap.css (14px). What would be the CSS code I need to add to my custom.css file to change the font size for articles displayed in the Category Blog layout? Any help would be really appreciated. I thank you very much in advance for any help you may provide!
