Hello,
I would like to remove the details that is displayed below the article titles of the sidebar modules in the homepage. (see picture) is it also possible to just reduce the size of these titles themselves because I find that they take up space compared to the images next to them.
zoohayr Hi To check this view i need the frontend login details of the site, Kindly edit fields in first post and submit temp login for staff.
Regards
Hello ,
it is done ! thank you in advance Pankaj
zoohayr Hi You can use this code to decrease the font size
.mostread .content-meta, .latestnews .content-meta { font-size: 11px; }
and this code to hide them
.mostread .content-meta, .latestnews .content-meta { display: none; }
Hi,
thank you very much Pankiaj, it worked.
problem resolved.