Background image
- This topic has 7 replies, 2 voices, and was last updated 5 years, 3 months ago by
Grace Themes.
-
AuthorPosts
-
August 2, 2018 at 10:16 am #10629
emailrr
ParticipantHello again Support Team
We want to add a background image to our theme, now that we have selected box view.
However, the background image shows on the pages where there is writing and the writing becomes eligible, due to the background image.
The Home page still looks good as the background image can only be seen outside the borders of the box view. However, on other pages the background loses it’s white background and is replaced by the background image.
Is there a way to keep the background on the other pages white, yet still show the background image, outside the box view border?
Many thanks in advance
August 3, 2018 at 3:41 pm #10683Grace Themes
MemberHi,
To display white background color for inner pages with background image
Go to Appearance – Theme options -> Basic Settings -> Custom CSS
add below css code.boxlayout .content-area { background-color:#FFFFFF; }
Regards
Grace ThemesAugust 6, 2018 at 5:47 pm #10699emailrr
ParticipantThank you for this.
However, the white fill doesn’t seem to go right to the edge of the border? Is there a way to make the white fill inline with the edge of the header and footer?
Many thanks
August 7, 2018 at 12:21 pm #10712Grace Themes
MemberAdd below css code in Custom CSS box
.boxlayout .content-area { background-color:#FFFFFF; margin-top:-7px; }
Regards
Grace ThemesAugust 7, 2018 at 7:30 pm #10715emailrr
ParticipantThank you.
Sorry, just one last thing; what would be the css for the left and right margin too?
As currently the left and right, are still not in line with the header and footer
Many thanks
August 8, 2018 at 5:35 am #10722Grace Themes
MemberHi,
I have added the below css code in Custom CSS box of your site
.boxlayout { background-color:#ffffff; }
Their is no need for this css code:
.boxlayout .content-area { background-color:#FFFFFF; margin-top:-7px; }
Regards
Grace ThemesAugust 8, 2018 at 12:35 pm #10727emailrr
ParticipantThank you so much 🙂
August 9, 2018 at 5:04 am #10731Grace Themes
MemberYou are most Welcome!!
-
AuthorPosts
- You must be logged in to reply to this topic.