• Resolved ssandhu29

    (@ssandhu29)


    Hi, really enjoying using the Tracks theme!

    I’m having difficulty changing the background of my submenus using CSS – all of my primary and secondary menus are white and my submenu background is black when I hover over it with my mouse arrow – I’d like to change it to white too.

    Thanks for your help!

    S

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks, I’m glad you like it so far!

    That can be done with the following CSS:

    .menu-primary-items ul,
    .menu-secondary-items ul {
      background: #fff;
    }

    Copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Have you seen the Tracks CSS Snippets collection yet? The above snippet wasn’t in the collection yet, but in case you haven’t seen it, here the full collection of CSS snippets for customizing Tracks: https://www.competethemes.com/help/tracks-css-snippets/

    Thread Starter ssandhu29

    (@ssandhu29)

    Awesome thanks!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

    If you’re happy with Tracks, could you take just a minute to leave a review? I would really appreciate it.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the color of submenu background in the secondary menu?’ is closed to new replies.