• Hi

    Is there any way to change the Primary Menu Background color (header navigation) in Virtue theme???

    In theme options there is a way of changing the top bar menu and the secondary menu background. But no options for the main navigation background

    Anyone knows the code for that ???

    https://oras-smesiteli.eu/

    Thanks in advance
    Marek

    The page I need help with: [log in to see the link]

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

    (@hannahritner)

    Hey,
    You can use css like this:

    #nav-main ul.sf-menu a {
        background: #000;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.

    Hannah

    Thread Starter Marudor

    (@marudor)

    Greeat. It works fine

    Thanks a lot

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