Change Navigation Menu Text Colors

Discussion in 'Blackriders WordPress Theme' started by bpmarketing11, Oct 5, 2020.

  1. bpmarketing11

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    Hi,

    I want to change the navigation menu colors for the text.

    I would like the following:
    • Menu items normal text color = #000000
    • Selected page text color = #0000ff
    • Text color upon cursor hover = #ff9900
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    #menu .ddsmoothmenu li a {
        color: #000;
    }
    
    #menu li.current-menu-item a {
        color: #0000ff;
    }
    #menu li.current-menu-item a:hover {
        text-decoration: none;
        color: #ff9900;
    }
    I hope this will surely help you.

    Regards,
    Shemaela
    InkThemes.com
     
  3. bpmarketing11

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    That worked, thank you :)
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    You are most welcome!

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page