• Hi there,

    I’m using using the brackects effect for my menu items and would like to know if it’s possible to keep the brackets visible on the current item instead of just on the hover.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please share the website URL to check the issue.

    Thread Starter lamayas

    (@lamayas)

    Hi Abhishek, here’s the link: https://juanvillaeditor.com/about/

    I would like to have the brackets visible on the current menu item and not just on hover.
    Here’s a screenshot: https://tinyurl.com/yxvgndop

    Thanks for your help!

    Hello,

    Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    #site-navigation-wrap .dropdown-menu >.current-menu-item >a:before {
        margin-right: 6px;
        content: '[';
    }
    #site-navigation-wrap .dropdown-menu >.current-menu-item >a:after {
        margin-left: 6px;
        content: ']';
    }
    

    PS- change the margin value as per need.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link effect visible with current menu item’ is closed to new replies.