Menu color correction

Home Forums IT Consultant Support Menu color correction

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149777
    Scott KehrerScott Kehrer
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: May 10, 2017

    A newly added header menu selection is not the same color as the other choices. I need to correct the color of menu text. Please advise.

    #149791
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30666
    • Total: 30666
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #149881
    Scott KehrerScott Kehrer
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: May 10, 2017

    upnetsystems.com

    “IT Consulting” needs to be the same color as the other menu choices.

    #149903
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30666
    • Total: 30666
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #menu-item-4412 a {
        color: #434242 !important;
    }
    
    #menu-item-4412 a:hover {
        color: #ff5000 !important;
    }

    Regards,
    Dave

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