Hello!
I just want to inform you that, even it's not possible to set different background images for each Top A section using the control panel, I managed to get it with CSS.
I assigned a different class to each page (eg. page-1, page-2, etc.) and compiled the following CSS code in the custom.css file:
Code:
body.page-1 div#top-a{
background-image:url(https://my_img_url/resevation_bkg_01.jpg);
}
It works pretty well.
Thanks!
Do. Or do not. There is no try.
Please Log in or Create an account to join the conversation.