By Satyro Oliveira on Thursday, 13 March 2014
Posted in Technical Issues
Likes 0
Views 1.1K
Votes 0
Hi,

Where and what should I do to include an image as backgroud of the Blog head? Can you help me?

Thanks!

Satyro
Hello,

I am not too sure if I understand you here but you can use css codes to apply background on the blog header (toolbar area)


#ezblog-head {
background: url(http://path/to/your/image);
}
·
Thursday, 13 March 2014 22:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks again!
I will use this command and try it!
·
Friday, 21 March 2014 01:14
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Friday, 21 March 2014 01:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

I tried to include thisimage at the VINTAGE Theme. I went to Vintage, then get the styles.css and alter the below lines:

 #ezblog-head,
#ezblog-body {
}


For this lines:

 #ezblog-head {
background: url(http://fec.satyro.com.br/images/4tools/easyblog/img_bg_easyblog-postrealeza.jpg);
}
#ezblog-body {
}


But nothing happened. Am I at the right CSS stylesheet? What am I doing wrong?

Thanks in advance.

Satyro
·
Sunday, 06 April 2014 23:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Satyro,

Try placing it in /components/com_easyblog/themes/default/css/styles.css and see if that helps?
·
Monday, 07 April 2014 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

Forget it!
It was just the cache. It works!

[]s
·
Monday, 07 April 2014 00:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Satyro,

Glad it worked and thanks for updating us. If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Monday, 07 April 2014 12:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post