How to make menu look more professional

Discussion in 'Compass WordPress Theme' started by drkmbrown, May 25, 2015.

  1. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    Is it possible to do the following:

    1. Change the menu font to all caps
    2. Bring the menu titles closer together
    3. upon mousing over, fill up the whole block occupied by that menu title

    My URL is
    http://drkwamebrown.com

    I am looking for something more like the menu on the website below
    https://www.robinhood.org/about/staff
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
      text-transform: uppercase !important;
    }
    #menu .ddsmoothmenu li {
      margin-right: 0 !important;
    }
    Thanks,
    Praveen
     

Share This Page