Need help styling the "filter" navigation menu, the font is white and I would like to change it to a darker color and remove the white box around it.
you can add custom css for styling filter nav items Please see there is also input box for adding custom CSS See the screenshot on attachment.http://i.imgur.com/nVFdhWU.png Let me know for more help. Best Regards
Perfect! Thank you! Just another thing: Is it possible to highlight just the selected category in the filtered navigation? (e.g. with a coloured background) Further more: Is there any mouse-over-effect existing in your plugin? If it is possible, I would be very happy if you can tell me the exact code for both solutions. Thanks again and many greetings.
Here is the CSS you can add on custom CSS box , you can change the hexa values of color , i don’t think there is something “Frame” on there. Regards ########## .post-grid .grid-nav-top .nav-filter .filter { background: #ffffff none repeat scroll 0 0; color: #333; }
Sorry to say Highlighting categories not available, you can add hover effect by adding following CSS, add your own CSS attributes ############ .post-grid .grid-nav-top .nav-filter .filter:hover { border: medium none; }