• Hello!

    I just need to change the arrow color and the color of the submenu items.
    Would you give me the css code?
    Thank you very much!
    Emma.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @emmacpaz

    Kindly share your site URL and indicate screen shot here. Then we will better assist you.

    Thanks

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello emmacpaz,

    Try Below css code.


    /* Arrow Color */
    .navbar .dropdown .dropdown-menu {
    background: rgba(15, 156, 126, 1);

    }
    /* DropDown menu background color */
    .navbar .dropdown-menu li a{
    border-bottom-color: rgba(15, 156, 126, 1);
    }

    Hope this will helps you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘change colors’ is closed to new replies.