Hi, cannot find the following in the manual, therefore my questions here: 1.) The manual covers change of menu font-size, but it does not work for template GK Photo. I would love to decrease the font of level 1 menu, and increase the font of level 2 menu (see screenshot)
2.) I cannot find where to delete or make invisible the FILTER for tags in portfolio on top right of page, see screenshot (https://pazo-chaioso.com/Pz5/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=46&Itemid=1071)
Thanks in advance!
csoweb
You can try this custom CSS:
#overlay-menu-content .level1 > li > a, #overlay-menu-content .level2 > li > a { font-size: 24px; } .gk-overlay-menu > ul > li > a { font-size: 56px; }
and change to the font size as you wish.