Change background and remove toggle from the other pages
Hi Sakin!
I hope you and your family are doing better now. :)
My site is laurapiofotografia.com.br
1- I'd like to know how to add a different background to each of my pages. I used codes like the following on the free version:
body {
background: url('images/background.jpg');
}
body.page-id-2 {
background-image: url('http://laurapiofotografia.com.br/wp-content/uploads/caes3.jpg') !important;
background-repeat: repeat-y;
}
I used something like this on "edit css" and it worked perfectly but now it doesn't work on the pro version. I can't change the background on the frontpage either (on free version, I could add a background to the promotion headline and to my latest post but now I just can add a background to my featured content...the rest is just filled with color).
2- I also need to know how to remove the toggle from the other pages and leave it just on the frontpage.
Thanks in advance!