Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Removing background, and border

Home / Forums / Virtue Theme / Removing background, and border

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
July 4, 2014 at 8:18 pm

I was working on the following page. ( ). I put a hove, and click page note with a background, border, border radius. I used this css to make some changes.
.handgun-gallery-page-3 p {
margin: 0 0 10px;
background-color: #252525;
padding: 5px;
border-radius: 5px;
border: 2px solid #959595;
}
When I added this, 6 backgrounds showed up. One behind each of the add placements. And one, above, and below the footer credits. I used this css to hide the one around the footer credits.
.handgun-gallery-page-3 .footercredits p {
display: none;
}
And it worked.
What can I do to hide, or remove the ones behind the ad placements?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.