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

Backgroun issue

Home / Forums / Virtue Theme / Backgroun issue

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 7, 2014 at 12:18 am

I am working on the following page, ( ). I have been trying to put my background image on this page. This is what I currently have.
table.shop_table {
vertical-align: top;
background-image: url(“
border-radius: 20px;
border: 2px solid #959595;
padding: 20px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
width: auto;
vertical-align: top;
background-image: url(“
border-radius: 20px;
border: 2px solid #959595;
padding: 20px;
}

It works, but I am wanting to put one background around both areas. I tried using .woocommerce in the css but it messes up other areas of the site. I am also wanting to do the same thing to the check out page.

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