Hi,
I am using the template, News and NSP4.
I would like to remove the "Read More" button from NSP4 and just have text - still in the selected template color.
Where do I change this?
Regards
I just want to have it as plain text instead of a button!
.nspArt .readon {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #333333;
display: block;
float: none;
height: 100%;
line-height: 14px;
margin: 0;
padding: 5px 0;
text-align: left;
}
But I need a bit more help, sorry. I am still learning Joomla.