Home Forums Weaver Xtreme Theme Background image different on one page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #66995
    plumcreek
    Participant

    Looked it up, followed the instructions, still seeing the background on this page where the client wants a plain white page: http://georgeclaystinmurray.com/career-assessment/

    Dropped this into the Plus CSS box on that page. Do I have a syntax problem? TIA for the help.

    {background-image:url(http://georgeclaystinmurray.com/wp-content/uploads/2021/01/blank-bg.jpg); no-repeat center;
    background-size:cover;}

    #66996
    scrambler
    Moderator

    You did a number on that background 🙂
    First you have rightly set the background globally in Appearance > Background, which makes it the overall background. That is good

    But then, you have also added that same background to the wrapper area, to the header area and to the Content area.
    You need to remove the background image from these three areas, AND set their respective background color to transparent

    Then you will be left with a single background to remove in the page, which can be done by adding the CSS rule below to the theme Global custom CSS rule box, NOT the per page rule box
    body.custom-background.page-id-142 {background-image:none;}

     

     

    #66997
    plumcreek
    Participant

    Oh wow, I must have left them as I was trying to get the background in the right places. Got it now, ignore that it looks odd because I still have to do the colors.

    So okay, how do I change a bg color to transparent? Old dog, new tricks, thanks.

    #66998
    Weaver
    Keymaster

    Open the color setter, and enter the word transparent in the box.

    #67006
    plumcreek
    Participant

    I spend too much time believing the error message. Ignored and of course it worked. Thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.