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

SVG as a body background

Home / Forums / Kadence Theme / SVG as a body background

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
May 5, 2021 at 2:22 am

Hi Team,

I am trying to replicate similar background effect to the theme (astra) below:

In order to set svg as a background I used following (below) but it does not display the backround. It can be only seen for a piece of a scecond while customizer reloading after a change.

Could you please advise?

Many thanks!

body {
background: url(

background-repeat: no-repeat, no-repeat;
background-position: top left, top right;
background-size: 20vw auto, 60vw auto;
opacity: 1,1;
transition: background .3s,.3s,border-radius .3s,.3s,opacity .3s;

}

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