Dear reader,
I'e created a page where you can filter the blogs by category. I need to customize the category items that appear upon clicking the filter, and I cannot figure out how.
The page I'm referring to is https://kenniscentrumtgg.nl/artikelen-en-publicaties/ (code ktgg).
I am looking for a similar customization option as I've done for the category items on the side-bar-menu, (I succeeded with the following css that I found somewhere on this forum):
html body .widget ul li{
font-size:16px !important;
}
html body .widget ul li > a{
padding:1px 10px !important;
}
Can you provide me with the right instructions/code to do the same but then for the catergory list in the blog overview page?
Also, I would like to control how the list is organized: on mobile: the list appears in two columns, and I want them to appear in one column. So I would to add some code that gives that specific instruction for the mobile screens.
Thank you in advance,
Irma