Change background colour in articles - Joomla! Forum - community, help and support
can change background colour on existing article or use backdrop/wallpaper picture background, of cause without making article again scratch...
fresnobob wrote:can change background colour on existing article or use backdrop/wallpaper picture background, of cause without making article again scratch...
you can way: first of change html tag of article , paste whole article html text between <div> tags
code: select all
<div class="backmod">your article html</div>then add css code css file this
code: select all
.backmod {background: url(your background image location) 0 0 repeat; }or
code: select all
.backmod {background: red; }
Comments
Post a Comment