Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #171692
    ionkeithj
    Participant

    I would like to change the menu bar across the top of my site to black on white with no gradient.
    I added ‘white’ in default-options.php and created a white.css, chose ‘White’ and published, but still got a white on gray-gradient for the menu.
    I imagine that a sub-theme is the right way to accomplish this, but I am new to theme customization and have not yet figured that out?
    Is there an easy way to accomplish this? Is there a guide to sub-themes and a tip on how to customize that?

    https://blog.ioncomputer.com/

    #171710
    Skandha
    Participant

    @ionkeithj: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #branding #access, #colophon #access-footer, #branding ul.menu ul a {
          background:#000;
    }

    Let me know if this what you want!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How To: Black on White Menu Bar, no gradient’ is closed to new replies.