• Hi,

    I am using Woo themes ‘Empire’ and want to change the main body background. It only gives four options under ‘themed stylesheet’ and I want to change it to plain white. Can I change this or do I need to change theme altogether?

    Would appreciate any help as very new to this. Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • If there’s a space to type in a color, you could put in the hex code for white, which is just #fff. I hope that helps!

    Thread Starter ickledave

    (@ickledave)

    Thanks for the quick reply, but there is no space for it. It just gives the four options.

    Hmm, then you could hunt this code down if you’d like (probably in your theme’s functions.php) and modify the colors available from there. Or even better – you could create a child theme and override the background color in the child theme’s style sheet.

    If some of that doesn’t make sense to you, try doing a search for the phrases you don’t understand and the WordPress help can walk you through it. If none of that makes any sense to you, you may want to just use a different theme.

    @ickledave — you can generally change things like background colors in the CSS code — this will give you the basic information about doing so:

    http://codex.wordpress.org/CSS

    Firebug is a great tool for working with CSS — so you might check that out as well.

    It IS a good idea to use a child theme when editing files:

    http://codex.wordpress.org/Child_Themes

    Thread Starter ickledave

    (@ickledave)

    Thanks for your help – will try setting up a child theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘changing themed stylesheet’ is closed to new replies.