Getting rid of the arrows in Widgets

Discussion in 'Infoway WordPress Theme' started by sdonofrio38, Feb 26, 2013.

  1. sdonofrio38

    sdonofrio38 New Member

    Joined:
    Feb 20, 2013
    Messages:
    5
    Likes Received:
    0
  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:
    .sidebar ul li {
    background: none;
    }
    .sidebar ul li:hover {
    background: none;
    }
     

Share This Page