Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background problem Re: Background problem

#139866
Paulie_D
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:

http://gradients.glrzad.com/

**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.