• I am trying to add a custom background, and can’t find where I’m supposed to add it in since ‘Custom Background’ is one of the categories this theme falls under. I’ve been messing around trying to add it in through the CSS Stylesheet, but it’s definitely not as easy to make adjustments.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You should have either background or customize under the appearance menu of your dashboard. Try setting your background image there. Don’t edit code in the Theme itself. If you need to edit the css create a child theme and edit the child theme.

    Thread Starter johnnahetrick

    (@johnnahetrick)

    I thought it would have under Appearance too, but it’s not there. I will try to create a child theme and edit that.

    Thanks!

    if you have a child theme you can change it in the css using

    body{background-image:url(<<url>>) !important;background-color:#<<color>> !important;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Background’ is closed to new replies.