Change the colors of the drop down links

Home Forums Education Mind Pro Change the colors of the drop down links

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7112
    Anonymous
    Inactive

    The drop down links on my main menu are blue, I need to change this color. Under my color options there is not a single item that is blue, how can I change it?

    #7364
    Axle Support
    Moderator

    In the Customizer, you can find Primary Menu Color Options under Color Options panel. You can change color from that.

    #7431
    Anonymous
    Inactive

    Thank you for your answer. I have no problem with this, but with the color of the background, text and link of the drop-down menu. Can you help me about this?
    Can I send you an print screen?

    #7471
    Axle Support
    Moderator

    When you change the color of the menu background, it automatically applies to submenu also.

    Ok, please send site URL also.

    #7493
    Anonymous
    Inactive

    Thank you for your answer. In fact, I noticed that the color of the submenu changes with the one of the menu background. Bu is that possible to change the color of the links and the of the links over in the submenu? They desperately stay black and dark blue… http://proximacoaching.ch
    many thanks in advance for your help.

    #7505
    Axle Support
    Moderator

    Can you please try this CSS?

    
    .main-navigation ul ul a {
        color: #FFF;
    }
    .main-navigation ul ul li a:hover {
        color: #F00;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.