- This topic has 7 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › remove bg image from 1 page
Hi,
I use The Art theme.
Is it possible to remove (or change) a background image and color from a particular page?
I have now in custom CSS:
body { background-color:#722916 !important;}
body.custom-background { background-position:center center !important; background-repeat:no-repeat !important;}
And I like to remove it in 1 particular page. Is this possible?
Hi,
Kindly show us your website URL?
Regards,
Chris
Hi,
Website url is: http://www.bodystressrelease.fr/wp/
Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
Chris
For example this page: there is background image and color (global for whole site). I want to remove it in this page: https://imgur.com/7GLSVIe
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
body.page-template-contact-layout2 { background: #fff !important;}
body.page-template-contact-layout2 #content h1, body.page-template-contact-layout2 #content p, body.page-template-contact-layout2 h3 { color:#282828;}
Regards,
Chris
Thank you, this works
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]