background image

GK User
Wed Sep 03, 2014 8:15 am
Hello. I would like to show a background image in certain pages. It should look like this http://www.mydestination.com/cyprus.

Basically the website is a listing website and for every paid list i need to show a different background image. I tried to use "BT Background Slideshow" combining with the "advance module position" of nonumber but it only show me a part of the page in footer. Could you help me?
User avatar
Fresh Boarder

GK User
Wed Sep 03, 2014 5:19 pm
You can use page suffixex and css background image to set static image per page.
User avatar
Moderator

GK User
Thu Sep 04, 2014 10:15 am
Could you tell me where i can find the suffixex? Also the css code will be like background-image: url("bg.jpg"); ? Lastly where i will add those as the specific page is an item/listing in a directory.
User avatar
Fresh Boarder

GK User
Sun Sep 07, 2014 8:19 am
Page suffixes:
https://www.gavick.com/documentation/un ... mla-pages/

Sample css:
Code: Select all
body.myCustomSuffix {
background: #fff url('../images/background1.jpg') 0 50% no-repeat;
}

It will display image from template/images folder aligned to top, centered horizontally.
User avatar
Moderator


cron