Remove Arrows right arrows in menu

Discussion in 'BizWay WordPress Theme' started by hmdryden, May 21, 2014.

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

    hmdryden Guest

    Joined:
    May 5, 2014
    Messages:
    2
    Likes Received:
    0
    Hi,

    I was wondering how to remove the arrows pointing to the right in the menu bar indicating that that there is a drop down menu.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    span.downarrowclass {
    background: none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. hmdryden

    hmdryden Guest

    Joined:
    May 5, 2014
    Messages:
    2
    Likes Received:
    0
    Worked perfectly. Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page