Home › Forums › CSS › Background problem › Re: Background problem
June 22, 2013 at 3:55 am
#139866
Member
>Well firstly bc I didn’t know abt it until it was mentioned n I’m trying to figure it out but I’m having trouble bc I’ve never done wp before and there’s alot more code than I’m used to.
Let’s break this down into parts.
**Gradients**
@TheDoc linked this in before and shows you how to create the code.
https://css-tricks.com/examples/CSS3Gradient/
The gradient start and stop colors can be found from in your Photoshop file and it will give you the hex (#) values and you can just plug them in.
Or you could use something like this:
**Wordpress**
If you are adding in CSS to define a bg image then it should be a simple matter to swap it out for the gradient code.