Height and Border-radius of Submenu

Discussion in 'ColorWay WordPress Theme' started by hallo128, Jan 9, 2015.

  1. hallo128

    hallo128 New Member

    Joined:
    Jan 2, 2015
    Messages:
    10
    Likes Received:
    0
    Hello,

    how can I mange to change the heigth and border-radius of the submenu (i.e. "sports" and "culture")?

    I want it some how in the same style like the top line menu buttons (i.e. "Activities")!


    Unbenannt.jpg


    Thanks and Regards,
    Matthias
     
  2. praveen

    praveen Support Staff

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

    We have got your concern,

    Could you please provide us your site URL, so that we can have a detail look over them and provide the exact solution ASAP ?

    Thanks
    Praveen
     
  3. hallo128

    hallo128 New Member

    Joined:
    Jan 2, 2015
    Messages:
    10
    Likes Received:
    0
  4. praveen

    praveen Support Staff

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

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    ul.sub-menu li {
    border-radius: 5px !important;
    height: 50px !important;
    }
    Note : You can change height according to your need.

    Thanks
    Praveen
     

Share This Page