RM 1.1 How to change link

I also want to disable the tagline and description.

I've tried EXTRA.css but didn't work with the code below

.resourceListItem .main .tagLine {
display: none;
}

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