- This topic has 5 replies, 3 voices, and was last updated 4 months, 2 weeks ago by
Tom.
-
AuthorPosts
-
October 3, 2020 at 11:26 pm #1471190
Deepak
Hello,
I have added a link in the private info section for reference
It has a checkbox before every menu item which turns to blue color for all the links which are visited by the end user.
Currently I am using a simple CSS#left-sidebar .menu-ansible-menu-container ul li a:visited { color: #505050 !important; }
But with this it is very hard to differentiate between the visited and non-visited links. I don’t want the exact css as the one I have provided, but is there any way to add some icon or CSS similar which can be used to show “visited” link more clearly.
Thanks in advance
October 4, 2020 at 5:50 am #1471483David
StaffCustomer SupportHi there,
the way that Navigation works would require custom Development.
It simple enough to add an ‘image’ before each menu item and even change its color when its the active menu item – but to also highlight those elements above the current item is a custom menu.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 4, 2020 at 5:57 am #1471493Deepak
Hello,
are you aware of any plugin which can help with such menu?
I could add a tickmark using
:before
element but it looks like I cannot use:before
with:visited
As when I combine
a:before:visited
then it doesn’t work.I am not expecting a completely same solution. Something I can put in the icon section (may be an svg icon). So I can use different icon for visited and non visited link?
OR If you can help me how to place svg icon (I don’t want to use FontAwesome) in the menu just before the menu list?
Regards
DeepakOctober 4, 2020 at 2:37 pm #1472127Tom
Lead DeveloperLead DeveloperI wonder if a plugin like this would help?: https://wordpress.org/plugins/svg-vector-icon-plugin/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 13, 2020 at 9:22 am #1487044Deepak
Thanks Tom,
Apologies for the delayed response.
It did gave some HINT but I felt this would need too much work so I dropped the idea and have added simple bullet with different color scheme based on my requirement.
Keeping it simple π
Thanks for your support.
October 13, 2020 at 11:02 am #1487225Tom
Lead DeveloperLead DeveloperSimple is good! No problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.