How to change colour of text and separators in menu tabs

Discussion in 'Appointway WordPress Theme' started by pauljw, Aug 20, 2017.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, Can you tell me how to change the colour of the text and separators in the menu tabs please.

    This is what it looks like now https://www.ovencleanerdoncaster.co.uk/ (purple on blue)

    I have attached a screen shot to show what i want it to look like. White text on blue tab & yellow separators.

    Thank you.
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To change the color of the text and separator in the menu, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li a {
        color: #ffffff;
    }
    #menu .ddsmoothmenu li {
        border-right: 1px solid yellow;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thanks Akbar, that works lovely.

    I wonder if you could help me with the way it renders on the smart phone.
    it has a Black strip at the top and I would like it to be blue. It is really ugly.

    Thank you.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To the color of the top strip, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .mean-container .mean-bar {
        background: blue;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page