Okay
  Public Ticket #1556158
Colour of the words
Closed

Comments

  • jonah started the conversation

    How do I make the colour of the font into Black, or White - not green?

  •  2,010
    Ocean replied

    Hi,

    you can add css

    #navigation li.current-menu-item > a {

    color: your-color;

    }

  • jonah replied

    thanks. What is the color code of the rest of menu. I want to match them.

  •  2,010
    Ocean replied

    Css code

    #navigation > ul > li > a {

    coloryour-color;

    }

    hover

    #navigation > ul > li:hover > a {

    color: your-color;

    }


  • jonah replied

    thanks. Thanks.

    I don't know why suddenly the Home is green.


    I want it to be same as rest of menu. Default. It looks nice.


    Do u have the colour code of default colour of menu

  •  2,010
    Ocean replied

    color default is #f51f8a

    change color text menu

    #navigation > ul > li:hover > a {

    color: your-color;

    }

  • jonah replied

    Hi Sir,


    I have tried many many times using below colour code.

    I would like to change green to the colour of the header menu e.g. home loan, about us, NOT GREEN.

  • jonah replied

    Ignore this. I realized the green is to show the current page of where user is in.