Hi,
How to insert image as the title of the module.
Thank you
.mysuffix h3.header {
background:url(../images/your_image.jpg) top left no-repeat;
}
Konrad M wrote:Hi,
you can try add suffix to this module and then add image as a background for h3.header element. For example suffix ' mysuffix' and then add to override.css
- Code: Select all
.mysuffix h3.header {
background:url(../images/your_image.jpg) top left no-repeat;
}
Remember to copy your image to images folder and enable override.css option in template settings.
Konrad M wrote:Please give me url to your site.
alina70 wrote:Konrad M wrote:Please give me url to your site.
SORRY SORRY SORRY
I was wrong folder.
The correct folder is "gk_fashion/images".
Now it works great!
thanks
alessandra
Konrad M wrote:Please give me url to your site.
text-indent:-9999px;
Konrad M wrote:Please try add css rule:
- Code: Select all
text-indent:-9999px;