Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter RobThomas

    (@robthomas)

    …and to make it the full width of the screen.

    Thanks!

    Plugin Author 9ete

    (@hawkeye126)

    Yes, please link me to your site.

    Here is a shot in the dark:

    Add this to your child theme or a custom CSS plugin like Jetpack or Simple Custom CSS

    .is-sticky .lowermedia_add_sticky {
      background: green;
    }

    Thanks for using!

    jpope2012

    (@jpope2012)

    This worked for my website: nuparc.org

    Only thing that could be changed is that the background color only applies to the space behind the menu items – it doesn’t extend the full length that the menu bar does at the top of the page. Still, a minor quibble – I love the app!

    jpope2012

    (@jpope2012)

    To follow up, I changed hawkeye126’s code to:

    .is-sticky .lowermedia_add_sticky {
      background: green;
    width: 100%;
    
    }

    And that fixed the problem where the menu bar didn’t stretch the full width of the screen.

    Plugin Author 9ete

    (@hawkeye126)

    Perfect! Thanks @jpope2012

    Let me know if there are any more questions.

    Thanks for using!

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

The topic ‘Add a background color to menu?’ is closed to new replies.