Home › Forums › Winning Agent Pro Theme › Remove Background Image
Tagged: background, chrome, image, remove, safari, winning agent
- This topic has 1 reply, 2 voices, and was last updated 2 years ago by
Marcy Diaz.
- AuthorPosts
- August 27, 2021 at 10:03 pm #11968
CoachB
ParticipantI’m looking to use this theme for a blog site. Just getting started on it. The homepage is for the latest posts and it has the background image still appearing.
I went ahead into the Stylesheet.css and commented out the background-image (lines 177-180), but it still seems to show up on the homepage in Safari. On Chrome it appears to have removed it.
Any thoughts on best way to make sure its entirely removed from the site, no matter the browser?
- August 28, 2021 at 2:43 pm #11970
Marcy Diaz
KeymasterIt looks like you figured out how to remove the background image, but I’ll answer for others.
You can Remove the background image under Appearance > Customize > Background image.
Once you do this, the theme will show the default background image.
You can rename the image in the theme folder – /winning-agent-pro/images/background-default.jpgYou could also remove it in the CSS – /winning-agent-pro/style.css near line 177
Comment out by adding /* */ as shown/*body.no-background { background-image: url( images/background-default.jpg ); }*/
- AuthorPosts
- You must be logged in to reply to this topic.