Page 1 of 1

WordPress Help

Posted: Sun Jul 11, 2010 11:38 pm
by Michelle17
Hi all,

I was wondering if any one could help me with WordPress Please. I'm having a little trouble custimizing to my liking. I plan to post my fiction and other things on my blog.


Please help


Thanks

Courtney

Re: WordPress Help

Posted: Mon Jul 12, 2010 1:13 am
by behrbabe
I can help you. Is it the template stuff (the coding?)? Or is it graphics? I've been working with WP for 6 years so just let me know what you need. :)

Re: WordPress Help

Posted: Mon Jul 12, 2010 1:19 am
by Michelle17
behrbabe wrote:I can help you. Is it the template stuff (the coding?)? Or is it graphics? I've been working with WP for 6 years so just let me know what you need. :)


Hi Behrbabe,

Thank you and I need help need help with both. I was wondering could I change the color of the background and put a pic on it.

Courtney

Re: WordPress Help

Posted: Mon Jul 12, 2010 3:43 am
by behrbabe
Michelle17 wrote:
behrbabe wrote:I can help you. Is it the template stuff (the coding?)? Or is it graphics? I've been working with WP for 6 years so just let me know what you need. :)


Hi Behrbabe,

Thank you and I need help need help with both. I was wondering could I change the color of the background and put a pic on it.

Courtney
Yep, you can do both. If you're using the main theme - "TwentyTen" - you have to edit the style.css stylesheet in the theme folder. Find the tag like this:

Code: Select all

body, html{
	font-size: 13px;
	margin: 0;
	margin-bottom: 15px;
	background: #BED69C url(images/background.jpg) repeat-x;
}

Of course the above is just an example, it probably won't be EXACTLY the same. There may not even
be a background line so you can just copy mine and paste it into the code. All you have to do after that
is change the # color and the url where the image is, you don't necessarily need the repeat-x element, so you
could just delete it. If you need more help, like explanation of what all of the code means, email me:
angelswings416@yahoo.com
I hope this was of some help to you.

Re: WordPress Help

Posted: Mon Mar 28, 2011 10:13 pm
by DreamerAZ
Hey behrbabe,

I was wondering if you could help me with wordpress for my sites?

Amy

Re: WordPress Help

Posted: Tue Mar 29, 2011 1:50 am
by behrbabe
Sure I can. What do you need help with?
Just PM or email me when you're ready and I'll get back to you right away. :mrgreen:

Re: WordPress Help

Posted: Tue Mar 29, 2011 6:16 am
by DreamerAZ
Thanks behrbabe, I sent you an e-mail. :D