Search the Community
Showing results for tags 'center-image'.
Found 2 results
-
I would like to have a different background image for each page of Avenue. I contacted support earlier and they told me I'd have to do it with CSS and gave me a link to a similar question for Aviator. The HTML doesn't look like the example given in the link answer. I am not a developer but I do know how to write simple CSS. However, it doesn't seem to be working. Any suggestions?
- 2 replies
-
- css
- avenue-template
-
(and 2 more)
Tagged with:
-
I am trying to have a different background image for the mobile version of my site. I am using the encore template. I see the following code posted for the same question: @media only screen and (max-width: 640px) { .site-wapper { background-image: url(http://urlToImage/image.png); background-repeat: repeat repeat; }} I tried adding this to the custom css but it had no effect. I really only need the home page image to change if there is an easier fix.