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

Background image per page

Home / Forums / Virtue Theme / Background image per page

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
January 27, 2021 at 4:11 am

Hello
I’ve been trying to use the css you’ve provided for others for this issue, but it’s not working for me:

.page-id-###.contentclass {
background-image: url(yoururl);
}

and

.page-id-###.contentclass {
padding-bottom: 0px;
background: url (url) no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

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