Custom background on tagDiv Composer page?

Posted in: Newspaper
Post count: 3

Hi!
I was created a tagDiv Composer page – https://www.agrosaveti.rs/stocarstvo/ and following image https://www.agrosaveti.rs/media/2017/12/Agro-saveti-Stocarstvo.png needs to be set as a custom background.
Can you help me with this?
I tried to override background image in CSS, but without success.
Thanks in advance!
Best regards,
Bojan

Post count: 20688

Hi,

A background color/image can be set for the whole website
https://forum.tagdiv.com/background-introduction/
In the composer only rows and elements can have background, check the CSS tab
https://www.screencast.com/t/g35OvlbtOoQ
The background image can be changed as you wish in the Theme panel->Background section. Maybe clear the cache as well after setting the new image. Let us know if you still have a problem.

Thanks

Post count: 3

Hi Simon!
Thanks for your prompt answer!
Default background image for the whole website is already set with Theme Panel > Background.
I need to set a different background image on only one page created with tagDiv Composer (not in tagDiv rows and tagDiv elements).
Page: https://www.agrosaveti.rs/stocarstvo/
New background image: https://www.agrosaveti.rs/media/2017/12/Agro-saveti-Stocarstvo.png
Is it possible somehow with CSS?
If you need, I can provide you WordPress username / password.

Thanks in advance!
Best regards,
Bojan

Post count: 20688

Hi,

It would be possible with CSS, try a code like the one below. It will affect only that page
https://www.screencast.com/t/vUfzRf7GVX

.page-id-1654 .td-backstretch {
display: none;
}
.page-id-1654 {
background-image: url("https://www.agrosaveti.rs/media/2017/12/Agro-saveti-Stocarstvo.png");
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
}

Enter it in Theme panel->Custom CSS and see if it works properly.

Thanks

Post count: 3

Hi Simon!
It works perfectly!
Thank you very much!
Best regards,
Bojan

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.