• I am not a computer wiz….but I’ve been through all the style sheets and can’t find where to change the color of the text used in my menu. It’s not showing up well on some computers. I’m using the Minimatica theme. Any help? americantrumpeter.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • See line 1091 of your stylesheet:

    .nav ul li a {
        color: #252525;
        display: inline-block;
        padding: 5px 0;
        text-decoration: none;
    }

    The easiest way to find these things is using a tool such as Firebug that lets you “inspect element” — which shows the relevant CSS code.

    Thread Starter americantrumpeter

    (@americantrumpeter)

    THANK YOU!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change color of menu items’ is closed to new replies.