[Resolved] Change Color in Additional Navigation Menu

Home Forums Support [Resolved] Change Color in Additional Navigation Menu

Home Forums Support Change Color in Additional Navigation Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #713037
    ppwqwp

    Hi,
    I created a 3rd navigation menu that appears in a custom sidebar on my home page.
    I want to change the color in this new nav menu.
    How can I do this? CSS? If so, need code.
    Thanks
    Patricia

    #713279
    Leo
    Staff
    Customer Support

    Hi there,

    Not sure the style you are after but try this:

    .sidebar .menu a {
        color: #ffffff;
        background-color: #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #714331
    ppwqwp

    Thank You Leo
    This worked!

    #714577
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.