Menu Rounded corners ..

Discussion in 'ColorWay WordPress Theme' started by thomasbarnes, Dec 8, 2012.

  1. thomasbarnes

    thomasbarnes New Member

    Joined:
    Aug 12, 2012
    Messages:
    2
    Likes Received:
    0
    How can I change the corners of the dropdown menu in the colorway theme to be squared corners? I have purchased the pro version of colorway.

    Thanks,
    Tommy
     
  2. 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 a{
    border-radius:0!important;
    }
    #menu li li {
    border-radius:0!important;
    }
     

Share This Page