melanie-h s there a way to change the default settings to remove the word Articles?
Edit this file /templates/ja_community_plus/css/template.css at line 52
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
font-weight: bold;
text-transform: none;
display: none; <------------------Add this code to it
}
Regards