Home › Forums › Weaver Xtreme Theme › Background image different on one page
- This topic has 4 replies, 3 voices, and was last updated 2 years, 8 months ago by
plumcreek.
-
AuthorPosts
-
January 12, 2021 at 19:02 UTC - Views: 22 #66995
plumcreek
ParticipantLooked 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;}January 12, 2021 at 22:16 UTC - Views: 24 #66996scrambler
ModeratorYou 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 goodBut 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 transparentThen 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;}January 12, 2021 at 22:37 UTC - Views: 15 #66997plumcreek
ParticipantOh 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.
January 12, 2021 at 23:29 UTC - Views: 13 #66998Weaver
KeymasterOpen the color setter, and enter the word transparent in the box.
January 13, 2021 at 15:39 UTC - Views: 7 #67006plumcreek
ParticipantI spend too much time believing the error message. Ignored and of course it worked. Thanks again.
-
AuthorPosts
- You must be logged in to reply to this topic.