background in the title of module

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu May 23, 2013 8:46 am
Reply with quote
Report this post
I use a template NEWS Joomla 2.5
How do I add background line in the title of module

background.jpg
User avatar
Fresh Boarder

GK User
Thu May 23, 2013 8:55 am
Reply with quote
Report this post
Hi,
first you will add some suffix to this module. For example ' mysuffix' then you have to add to override.css
Code: Select all
.box.mysuffix .header {
background:url('../images/your_bg.jpg') top left no-repeat;
}

and then please copy your background to images folder located inside template folder. Remember to enable override.css option in template settings.
User avatar
Gold Boarder

GK User
Thu May 23, 2013 9:11 am
Reply with quote
Report this post
thank you
User avatar
Fresh Boarder


cron