• Resolved Ramsaale

    (@ramsaale)


    Hello,

    I’m setting up a wordpress site using AJ Clarke’s ‘Fresh & Clean’ theme. The background editor isn’t working. I’ve tried uploading images and simply changing the colour but it doesn’t work. Am I doing something wrong or am I going to have to get my CSS hands dirty? I’m still learning CSS so if anyone has a solution that’s be mint!

    site: https://www.wirralfamilyguide.co.uk

    Any help would be appreciated.
    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    -Try using Firefox with the Firebug add-on for this kind of CSS work. https://getfirebug.com/

    Thread Starter Ramsaale

    (@ramsaale)

    Thanks t-p

    I’ve managed to sort out a background using CSS!

    /*** Main Layout ***/
    body
     {
    background-image:url('IMAGE_FILE_GOES_HERE');
     background-repeat:no-repeat;
     background-attachment:fixed;
     background-position:center;
    }

    Thanks for your recommendation, will use that in future, will make the process much quicker hopefully!

    Moderator t-p

    (@t-p)

    Glad you got it sorted out. ??

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