I'm trying to add a background image (texture) to the Artodia mobile theme.
I added the image file (image.jpg) to /home/mydomain/public_html/forum/styles/art_mobile/theme/images/backgrounds
Then I updated the file style.css (/home/mydomain/public_html/forum/styles/art_mobile/theme/style.css)
added the following lines.
Code: Select all
background-image: url("{T_THEME_PATH}/images/backgrounds/image.jpg");
background-repeat: repeat;
Code: Select all
background-color: #fff;
I cleared the browser cache, tried viewing my mobile site from both a smartphone and desktop.
Then I tried removing the line
background-color: #fff;
Just to test if my updates were coming through, I temporarily changed
background-color: #fff;
to background-color: #000;
and indeed the background color changed to solid black.
I'm not sure what is going wrong. I would appreciate some guidance.
I tried posted to the Artodia discussion forum.
Thanks