RM 1.1 How to remove the tagline?

John007

Active member
Licensed customer
I am using the RM for articles and i dont need the tagline

How do i remove the tagline from these 2 places?

Thanks :)

Screen Shot 2013-11-15 at 1.24.29 PM.webp



Screen Shot 2013-11-15 at 1.24.52 PM.webp
 
EXTRA.css:
Code:
.resourceListItem .main .tagLine {
display: none;
}

#moreAppsByAuthor.secondaryContent dd {
display: none;
}
 
Back
Top Bottom