POST GRID // halfthumbleft / mobile devices

0
POST GRID // halfthumbleft / mobile devices 1
PickPlugins
Mar 19, 2016 03:01 AM 1 Answers General
Member Since Aug 2015
Subscribed Subscribe Not subscribe
Flag(0)

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.

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
POST GRID // halfthumbleft / mobile devices 2
PickPlugins
Mar 19, 2016
Flag(0)

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

POST GRID // halfthumbleft / mobile devices 3
Flag (0)
0

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; }

POST GRID // halfthumbleft / mobile devices 3
Flag (0)
0

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.

POST GRID // halfthumbleft / mobile devices 3
Flag (0)
0

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; }

1+ more comments. Sign in to Reply
Replying as Submit