• Hello,

    I am trying to change the background for someone’s site. It looks like they currently have a repeating background and I want to change the code to horizontal. I will be using the gradient background at this site: http://www.studded-snow-tires.net/. I need help changing the code in the person’s site that I will install the background into. Not sure where and how to change it. I looked at the editor and it looks like they are using the builder theme and the word background is mentioned in the footer code and style.php. but I don’t see the name of the current background used in the code (which is GreenBackgroundTexture.png). Can someone please let me know where and how I should change the code. Here is the code in the Style.php: http://www.successintention.com/code
    Much thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I am trying to change the background for someone’s site.

    Can you link the site in question?

    Thread Starter Suz123

    (@suz123)

    The site is thesocialnetworkingnavigator.com/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As that’s a commercial theme I don’t know how it works, but what you can usually do with themes distributed on WordPress.org is download a Custom CSS plugin and then put your CSS modifications in there.

    For example, this Custom CSS Manager plugin has its place in the dashboard to hold your CSS modifications.

    If you’re wondering about what CSS to use try this:

    html body {
     background: url('http://www.studded-snow-tires.net/wp-content/uploads/2013/09/background31.gif') top left !important;
     background-attachment: scroll;
    }

    Thread Starter Suz123

    (@suz123)

    Thanks Andrew. I will try that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please help change background’ is closed to new replies.