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

Body Background Images – Different Images for Different pages

Home / Forums / Virtue Theme / Body Background Images – Different Images for Different pages

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 1, 2020 at 5:10 am

Hi

I’m using this to target the home page and individual pages/posts with a body background image:

body.home {
background-image:url(
background-position: center bottom;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}

body.page-id-328
{
background-image:url(
background-repeat:no-repeat;
background-attachment:fixed;
background-size: cover;
}

My header, topbar, footer, body have been set to transparent in theme options > advanced styling.
(Using a tiled image instead of background colours in these areas)

The images aren’t showing on the pages:


What am I missing?

Pls advise

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