Hi Friends,
I am working on a website with the jf creativia and while I could work on all problems I had before, there is one I cannot solve as a newbie in joomla:
The text size of the pagination, see the attached picture.
This image is hidden for guests. Please log in or register to see it.
How could I change this text size, in which css is this?
Thanks a lot for your help.
Edit:
Found it after a long time myself.
In the file template.css:
.k2Pagination ul li .pagenav, .pagination ul li .pagenav {
padding: 10px 15px;
display: inline-block;
color: #626262 !important;
font-size: 20px; /* Comment: Original font-size: 48px */
text-decoration: none !important;
}