Home › Forums › Support › CSS to hide link in stick menu This topic has 7 replies, 2 voices, and was last updated 6 years, 1 month ago by Max. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 6, 2017 at 8:27 am #417152 Max Tom I have a link in the main menu with the class “profile-link” I am using the following css to only show the link to logged in users. /* Show profile link logged in only */ .profile-link { display: none; } .logged-in .profile-link { display: block; } Works fine, except I just noticed that it does not work when the menu is sticky. What do I need to add to my css so that it works on both static menu and the sticky menu. Kind Regards Max November 6, 2017 at 8:40 am #417171 Max Oh. And I just noticed that my css does not work on mobile and tablet view menus as well. So I need those as well… Kind Regards Max November 6, 2017 at 9:09 am #417218 LeoStaff Customer Support Hi there, Can you link me to the site? Thanks! November 6, 2017 at 9:13 am #417224 Max Can I email you the link? November 6, 2017 at 9:23 am #417235 LeoStaff Customer Support The original post should give you an URL field now that only Tom and myself can see it 🙂 November 6, 2017 at 9:28 am #417244 Max Yes but I am behind a protected directory so also have email you a username and password November 6, 2017 at 9:52 am #417265 LeoStaff Customer Support Use account issue here: https://generatepress.com/contact/ November 6, 2017 at 10:03 am #417267 Max How about I rephrase my question. In my main menu I have a link called HOME. I have my sticky menu activated for desktop only with Fade as the transition. I want to change the color of this link to blue. That is {color:blue} What CSS do I need to change the home link to blue on the sticky menu on full screen and tablet, and on the mobile menu. Kind Regards Max Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In