Within the list of articles that are presented in some modules of the column, I would like to modify the size of the title (make it smaller) so that it can be seen better aesthetically. Thanks.
delinea Hi Here is code you can add in the custom.css file to make its size smaller in article views
.view-article .link-item .article-title h3 { font-size: 14px; }