I have as my defalt the Bulletproof v1.4/green, can someone please tell me how i get a small image to the left of the title text in the header.
Or how can i change the header completly with a custom header.
Thank you inadvance
smithy
image on header
Re: image on header
This is very easy using the Bulletproof theme options ("Manage styles" in your backend) to add a header background image from the s9y media database. http://s9y-bulletproof.com/archives/10- ... tions.html should get you started, but it should be pretty self-explanatory anyway.smithy wrote:I have as my defalt the Bulletproof v1.4/green, can someone please tell me how i get a small image to the left of the title text in the header.
If you need further assistance (you might need to add some CSS to position the headings correctly), just holler.
YL
Re: image on header
thanks for the info, and i will give you a shout if i get stuck 
Re: image on header
i have installed the graphic on the header but some of the text is on the graphic, how can i move the text to the right. http://beersaturday.com/
Re: image on header
This is what I was referring to earliersmithy wrote:i have installed the graphic on the header but some of the text is on the graphic
Code: Select all
#serendipity_banner h1,
#serendipity_banner h2 { padding-left: 105px; }You might want to play with the exact value in px here. Also, you might want to check the BP doc blog and/or the forum to learn why using the user.css is good for you (it's safe in case of an update)
YL
Re: image on header
I have done this and it worked well, thank you for your help.