Submenu Format

Discussion in 'ColorWay WordPress Theme' started by riazahmed, Feb 10, 2013.

Thread Status:
Not open for further replies.
  1. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Hi,

    I am not too happy with the drop down menus.

    If you look at my attachment, as a designers point of view they don't look too attractive.

    Can the submenu blocks be reduced in width , so they are not too big? Or do you have any other solutions.

    I just want the submenus to look attractive.

    Hope that makes sense.

    Thank you
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #menu .ddsmoothmenu li ul li {
    width: 130px;
    }
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    width: 94px;
    }
    Adjust the value of width as you required. This will solve your issue.
     
  3. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Thank you for this.

    As a another option , can the drop down menu be changed to white and keep the main menus themselves green, as per my original attachment?

    If you look at this website, you may understand it better.

    http://www.snapsurveys.com/online-surveys/
     
  4. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li{
    background:white;
    }
    #menu .ddsmoothmenu li li a:hover{
    background:green;
    }
    #menu .ddsmoothmenu li li a{
    color:black!important;
    }
     
  6. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Fantastic. Works a treat. Thanks
     
Thread Status:
Not open for further replies.

Share This Page