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

Different page background image not rendering to CSS

Home / Forums / Virtue Theme / Different page background image not rendering to CSS

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 18, 2018 at 9:49 am

Hi I’m seeting a different page background for a second page with this CSS below, but for some reason it’s not covering.

body {
background-repeat: no-repeat !important;
background-position: center center !important;
background-attachment: fixed !important;
background-size: cover;
}
body.page-id-23 {
background:url(‘
}

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