• Hello, how can I change the colour of the red in this theme to something else? I don’t like the menu links and hovers to be red…My menu bar is also red and the submit button on my contact form is also red… please tell me how I can change the colour? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello @yaznatasha,

    Add this CSS code into your below class on current active child theme’s style.css file or you can add additional CSS option in theme customizer.

    .main-navigation ul li:hover > a{
      color : #fff; /* Add your desired color */
    }

    Add this CSS for your submit button.

    .wpcf7-submit input[type="submit"] {
      background-color: #ff3838;
    }
    Thread Starter yaznatasha

    (@yaznatasha)

    Thank you so much ?? Changing the colour from the main navigation worked but all the other things are still red. Do you also have a CSS code for the other following:

    1. dropdown menu
    2. ‘current page’ link
    3. https://www.link hovers on main site and footer
    4. Links in contact widget
    5. Back to top button + hover

    Do you happen to know the code to change the submit button for ninja forms?

    Thanks a lot in advance ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing menu and link colours’ is closed to new replies.