Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857549

    jonelsworth
    Participant

    Hello,

    I want to create a coloured background for the entire side menu on my site http://thepolicememorialtrust.org.

    I also want the menu to be static so it remains in the same place when scrolling.

    Please can you tell me how I do this?

    Many thanks in advance.

    #857975

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    div#nav_menu-3 {
        background-color: rgb(34,88,130) !important;
        padding: 30px;
    }
    
    .widget ul li {
        background-color: transparent;
    }

    Hope this helps – thanks!

    #868861

    jonelsworth
    Participant
    This reply has been marked as private.
    #868872

    jonelsworth
    Participant
    This reply has been marked as private.
    #869288

    Thai
    Moderator

    Glad you’ve sorted it out.

    If you need anything else, please let us know 🙂