Button Hover - by Eduard - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler

  • Avatar: Eduard
    Eduard
    Participant
    March 31, 2019 at 15:31

    Hello how can i put the border bottom on the link hower like in the picture?

    https://prntscr.com/n5g8pw

    Thank you

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 1, 2019 at 07:38

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .menu-main-container .menu > .current-menu-item > a:after {
        content: "";
        height:  1px;
        width: 30px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25%;
        position:  absolute;
        background-color: #bc0e0d;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.