How can I create a custom article style for only the article heading that won't change the style in modules. I would like the article heading to be white with a green(primary 1) background as on the right side of the attached screenshot.
ssartjb Hi,
You can try this custom CSS:
.com_content.view-article .article-header .article-title span { background: #499449; color: #fff; padding-left: 10px; padding-right: 10px; }