Background image in Gravity template - Joomla! Forum - community, help and support
hi all,
this first post , quite new joomla.
i trying find css code background image (bg1) on site. have been in template manager , checked css files gravity template cannot find code.
my site http://www.jump4joycastles.co.uk have issue way bg image repeats. appreciated.
regards
steve
this first post , quite new joomla.
i trying find css code background image (bg1) on site. have been in template manager , checked css files gravity template cannot find code.
my site http://www.jump4joycastles.co.uk have issue way bg image repeats. appreciated.
regards
steve
hello , welcome!
these things found using firebug or other browser developer tools.
http://www.jump4joycastles.co.uk/templates/tx_gravity/css/styles/style2.css
http://docs.joomla.org/using_firebug_with_your_joomla_website
mark
these things found using firebug or other browser developer tools.
http://www.jump4joycastles.co.uk/templates/tx_gravity/css/styles/style2.css
code: select all
body{ background: url(../../images/bg/bg1.jpg) fixed #000; background-position:bottom; color: #666;}http://docs.joomla.org/using_firebug_with_your_joomla_website
mark
Comments
Post a Comment