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

    Yes, you can change. Please share the snapshot that exactly which border thickness you want to change in the submenu and also the page URL.
    SO I can able to inspect it and give you the solution accordingly.

    Thread Starter flyjacki

    (@flyjacki)

    Hello,

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

    .effect-three #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{
        height: 4px;
    }
    

    PS- change the height value as per need.

    Thread Starter flyjacki

    (@flyjacki)

    Hello,

    Did not work. Nothing changes.

    Abhishek

    (@abhikr781)

    Hello,

    Please try to replace the above code with this one.

    .effect-three #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{
        height: 4px;
    }

    This should work and if still not working, please share the snapshot where the code you have added.

    Thread Starter flyjacki

    (@flyjacki)

    Sorry bro but it is not working… You gave the same code as before … No matter if I change to 1px or 10px … the thickness of the line remains the same. I put it in the right place ..Appearance > Customize > Custom CSS/JS

    Thread Starter flyjacki

    (@flyjacki)

    Update…Everything is fine with the item in the drop-down menu. Mean this: https://imgupload.pl/images/2021/02/13/working.jpg When there is no drop down menu – the line is still thick. https://imgupload.pl/images/2021/02/13/not-working.jpg It becomes thinner when you click.

    Thanks for help.

    Abhishek

    (@abhikr781)

    Hello,

    Please try to remove the custom codes which you have added and add the below code and check.

    .effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
        height: 2px !important;
    }
    Thread Starter flyjacki

    (@flyjacki)

    Now works great. THANK YOU!!!!

    Abhishek

    (@abhikr781)

    You are most welcome!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change the thickness of the underline in the dropdown menu.’ is closed to new replies.