Hi,
With css style will help you to remove “articulos” on your site
Open templates/ja_university/css/template.css file
find and change
h1.componentheading, .componentheading {
border-bottom: 1px solid #ccc ;
font-weight: normal ;
font-size: 2.500em ;
margin-bottom: 20px ;
padding-bottom: 10px ;
}
to
h1.componentheading, .componentheading {
border-bottom: 1px solid #ccc ;
font-weight: normal ;
font-size: 2.500em ;
margin-bottom: 20px ;
padding-bottom: 10px ;
display: none;
}
Once done remember to clear cache from admin area
+ About pagination in JA Sidenews module, it does not support this option – the same with default Joomla module, it only shows the number of article shown in module
Regards