Remove Gallery Borders on Woodpecker

Discussion in 'Forum Rules' started by greatscottfilm, May 6, 2015.

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

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    What CSS can I use to completely remove the thumbnail image borders on the photo galleries in woodpecker. http://palmbeachwebs.com/backyarddesigns/

    I did try this that I found in the forum, but it did not work.

    .page-content .content-bar .gallery .thumbnail li img {
    border: none!important;
    }
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .bg-up div {
      display: none;
    }
    span.bg-down {
      display: none;
    }
    Hope it will solve your issue.
     
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Your Awesome Sameer, thank you so much, and have a great day
     
Thread Status:
Not open for further replies.

Share This Page