Adding a sidebar with image blocks? - Joomla! Forum - community, help and support
ok want able have sidebar has blocks of images linking other parts of site.
i tried adding html module , inserting images doesn't work..

that's how looks @ moment in screenshot. guess work if remove white background??
this how want (but without white background)

thanks!!
i tried adding html module , inserting images doesn't work..

that's how looks @ moment in screenshot. guess work if remove white background??
this how want (but without white background)

thanks!!
if you're fine adding images , creating links html, need remove white background add module class suffix in module options such ' nobg' , add new bit of css template.css like
code: select all
.nobg
{
background:none;
background-color:transparent;
}
Comments
Post a Comment