Okay
  Public Ticket #1904093
Side slide menu hover cover
Closed

Comments

  •  20
    Zoe started the conversation

    Hi,

    I'd like to change the hover color for the side slide menu, since the menu background is also the link color. Can you tell me the selector to change...

    Also, wondering what the selector for the link hover underline is...I've got some special links where I want to make them a different color than what I've set the theme links to be, and so I also want to adjust that underline color as well.


    Thank You!!!

  •  1,559
    Laborator replied

    Hi Zoe,

    Can you please share your site credentials here and also the popup login credentials, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Please try to include links from the pages you are mentioning such as side slide menu.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Zoe replied privately
  •  20
    Zoe replied

    Hi Art,

    Just wondering if there's something else that you need to help with this. Let me know. 

    Thanks! Zoe

  •  1,559
    Laborator replied

    Hi Zoe,

    Currently your site menu is set to Full-width, do you want to use this menu or the side menu? If you want the side menu then set it again to the side-menu and I will check what we can do about it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  20
    Zoe replied

    LOL. I'm sorry yeah we changed it up.

    What I really want to know is in general how to set the color for the link hover underline.

    If you could help with that it would be amazing! 

    Zoe

  •  1,559
    Laborator replied

    Hi Zoe,

    Adding this CSS will change the underline for all the links all over your site:

    .wrapper a:after, footer.site-footer a:after {
        background-color: #000;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  20
    Zoe replied

    What I actually need is to be able to control the color on individual links. Is that possible? Also now that we've switched to a full menu, I notice that the social media icons are showing up round instead of as text, the way I have it set for the footer when the menu isn't showing. Is there a way to fix this?

    Thank you so much for all your help! Zoe



  •  1,559
    Laborator replied

    Hi Zoe,

    What are you referring as "individual links" can you please be more specific so I can give you a proper answer if that's possible or not. 

    Regarding the social networks, add this CSS to Custom CSS and you will have text instead of the icons:

    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a span {
        display: block;
    }
    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a i {
        display: none;
    }
    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a {
      background: transparent;
      width: auto;
      height: auto;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group