Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #119095
    Jennifer Sims
    Participant

    Dear Support,

    I’ve changed all the items I can find in the colour section of customisation yet I still have the default red colour on the menu hover, please advise how I might change to another colour.

    Kind regards Jen

    #119096
    tikaram
    Keymaster

    @jennifersimsdesign-com-au : Please post in your site URL and i will provide you the additional css to include on your site.

    Regards,
    Tikaram

    #119099
    Jennifer Sims
    Participant

    Thanks Tikaram, the URL of the site is

    http://103.37.8.110/~eastwaik/

    #119103
    tikaram
    Keymaster

    @jennifersimsdesign-com-au: Go to Appearance => Customize => Additional Css and add the following additional css.

    #mainnav ul li a:hover, #mainnav ul li a:focus {
        color: #desired-color;
    }

    Please replace #desired-color with the proper color code and let me know if you need any further assistance.

    Regards,
    Tikaram

    #119107
    Jennifer Sims
    Participant

    Thanks Tikaram, much appreciated.

    #119108
    tikaram
    Keymaster

    @jennifersimsdesign-com-au : Welcome and Have a Good day .

    Regards,
    Tikaram

    #119109
    Jennifer Sims
    Participant

    Could I also have the code information for the red underline on the drop down main menu.

    Thanks Jen

    #119110
    tikaram
    Keymaster

    @jennifersimsdesign-com-au : Please add the following additional css from customizer to change the red underline on the drop down main menu.

    #mainnav ul li ul::after {
        background-color: #fff;
    }

    #fff will change the line color to white. If you would like to change to different color then you can change the color-code to get your desired color.

    Regards,
    Tikaram

    #119111
    Jennifer Sims
    Participant

    White is good, thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change main menu hover colour from default red’ is closed to new replies.