Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #437833

    Hi,
    I would like to change the socket menu hover underline color only. How do I do that?
    Thanks,
    Gabe

    #438496

    Hey connect4consulting!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    #socket a:hover {
        color: green !important;
    }
    

    Cheers!
    Günter

    #439175
    This reply has been marked as private.
    #439183

    Hey!

    Please add following code to Quick CSS instead

    #socket a:hover {
      border-color: red;
    }
    #socket a {
      text-decoration: none!important;
      border-bottom: 1px solid transparent;
    }

    Regards,
    Yigit

    #439279
    This reply has been marked as private.
    #439286

    Hey!

    Please add following code to Quick CSS as well

    #socket a:hover { color: white!important; }

    Cheers!
    Yigit

    #439794
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change the socket hover underline color only’ is closed to new replies.