Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #174303
    kriss26
    Participant

    Hi, I would like to change color of my secondary menu text, i paste the code in my CSS

    .site-content {
    background-color: #D19513;
    color: #01233F;
    }
    .nav-primary { background-color: #01233F; }
    .nav-secondary { background-color: #D19513; }
    .catchresponsive-nav-menu a {
    color: #D19513;
    }

    So all is good, just I would like #01233F for the text of the secondary menu

    https://www.latraddedonzere.fr

    Have a nice day or night 🙂

    #174335
    sapana
    Participant

    @kriss26: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .nav-secondary .catchresponsive-nav-menu a {
        color:#01233F;
    }

    You can change the color code as per your requirement.Let me know if this works out!

    Kind Regards,
    Sapana

    #174387
    kriss26
    Participant

    Thanks it work perfectly.

    Best regards

    #174420
    kriss26
    Participant

    You know how I can change the color of the found of this picture https://image.noelshack.com/fichiers/2019/23/5/1559938649-4.png

    I would like other color than white for the found and other that black for write

    #174531
    sapana
    Participant

    @kriss26:Hello kriss, feature to change the background color of the feature content and color of the text is available in Pro , So I suggest you to upgrade Catch Responsive Pro.

    Kind Regards,
    Sapana

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change text color of my secondary menu?’ is closed to new replies.