Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1040
    sicops
    Member

    Hi There

    i need to get rid of the grey line that sits at the bottom of my widgets i create on my site, i dont mind a line to seperate the footer but i want to remove them from other elements that i drop on my site. i have attached a link to my site so you can understand

    http://www.wildgracestyling.co.uk/

    #1060
    Sakin
    Keymaster

    Hi,

    If you are talking about the sidebar widget grey border then you can disable that through CSS. Just add the following css in “Custom CSS” box in your Theme Options under Appearance Tab of WordPress Dashboard.

    .widget {
    border: none;
    }

    Regards,
    Sakin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Grey lines issue’ is closed to new replies.