Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi dmprabath,
    Add this code in your theme’s style.css

    .menu.l_tinynav1 a {
        color: green !important;
    }

    and if you want to change color on hover use this code

    .menu.l_tinynav1 a:hover {
        color: green !important;
    }

    Let me know if you need more help 🙂

    Thread Starter dmprabath

    (@dmprabath)

    hi Maavuz,
    thank you so much for reply,
    I used your codes, after my web site menu color changed,
    I have One problem
    I want to change menu font size and BOLT how do it?
    Please help me.
    This is my First web site
    Thank you again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Menu color’ is closed to new replies.