Home › Forums › All Other Themes › remove bg image from 1 page
- This topic has 7 replies, 2 voices, and was last updated 5 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
April 2, 2018 at 5:47 pm #98219
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?
April 4, 2018 at 8:58 am #98334Hi,
Kindly show us your website URL?
Regards,
ChrisApril 4, 2018 at 9:42 am #98357Hi,
Website url is: http://www.bodystressrelease.fr/wp/
April 4, 2018 at 10:42 am #98375Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisApril 4, 2018 at 10:50 am #98378For 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
April 4, 2018 at 11:07 am #98384Hi,
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,
ChrisApril 4, 2018 at 11:22 am #98388Thank you, this works
April 4, 2018 at 11:33 am #98390🙂
-
AuthorPosts
- You must be logged in to reply to this topic.