Backgroud Colour of Sidebar Lists

Discussion in 'GoldenEagle WordPress Theme' started by spoonboy90, Jun 13, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I'd like to change the background colour of a list I have in the site bar to white from grey if possible please.

    Thanks
    Jamie
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Kind of, removed the list from the widget although were I to add a list it would still have a grey background!
     
  4. 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:
    .sidebar ul li a{
    background-color:transparent;
    }
    .sidebar ul li{
    background-color:transparent;
    }
     

Share This Page