PAPPACLART
Active member
I added some CSS to Extra.CSS as I was having problems positioning my background image in Xenforo.. I would like to make the image link to a URL .
I would greatly appreciate if somebody could provide some code and where to put it, as I understand that CCS is not used for linking. etc
Thanks
I would greatly appreciate if somebody could provide some code and where to put it, as I understand that CCS is not used for linking. etc
CSS:
body {
background-attachment: fixed;
background-image: url('http://www.mcnews.com.au/wp-content/uploads/2017/10/Skins-Shoei-October.jpg');
background-position: top center;
background-repeat: no-repeat;
-moz-background-size: auto; -o-background-size: auto; -webkit-background-size: auto; background-size: auto;
}
Thanks