• Resolved yandoos

    (@yandoos)


    Hello,

    How can I change the background color of a submenu item of the primary menu please???

    Thank you

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

    (@hannahritner)

    Hey, you can use this for the background:

    .sf-menu ul li {
    background: #000;
    }

    And this for the background hover:

    .sf-menu ul li:hover {
    background: #333;
    }

    Just paste them into your custom css in theme options > advanced settings.

    Hannah

    Thread Starter yandoos

    (@yandoos)

    Ace, thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Primary menu submenu item background color’ is closed to new replies.