Change Color Of Article, Category, Subline --gazette Template - Question | JoomShaper

Change Color Of Article, Category, Subline --gazette Template

CL

cee lippens

Template 1 week ago

Hi, ' I would like the color of the type under the article title, Sublines: Staff Writer, (author), Dealer(Category)y to be the same as the 26 February 2026 (Date) color--

Screen shot below as example; I want this to be true across all articles -- no red-- just grey.. i can't find where to do that-- can you help me? thanks

https://imgur.com/a/NFDaeAt

gazette templet joomla 5 https://usedcarnews.com/index.php/en/news-2/asbury-automotive-sells-off-assets

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 week ago #219125

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.article-info>span a {
    color: #9b9b9b;
}
0