Menu Colour

Discussion in 'ColorWay WordPress Theme' started by ntenetworking, Oct 25, 2015.

  1. ntenetworking

    ntenetworking Guest

    Joined:
    Sep 26, 2015
    Messages:
    15
    Likes Received:
    0
    http://ntenetwork.com/gray/

    the menu us very white. Is there a way to have it coloured and stand out and have it highlighted as a button?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    As I guess from your above words perhaps you want to change menu color in your site.

    So for this you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu li a {
      color: red !important;
    }
    
    Note: Change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. ntenetworking

    ntenetworking Guest

    Joined:
    Sep 26, 2015
    Messages:
    15
    Likes Received:
    0
    I was looking more along the line of the background or having the menu items look like buttons
     
  4. priya

    priya Guest

    Hello,

    You can try this code in your Custom CSS field of the dashboard.
    Code:
    #menu .ddsmoothmenu li a {
        background: red;
        margin-bottom: 5px !important;
        border-radius: 11px !important;
    }
    Note: change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page