- This topic has 1 reply, 2 voices, and was last updated 5 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Magpaper Pro › How to remove the black box background?
Hi,
I am not able to remove the black box picture in the background. I would like to just have the blog post text and remove the big black box above…
Please see this link: https://racises.fr/index.php/a-propos/
Thank you !
Dali
Hello,
As for now, you can remove the black box picture in background by adding following given CSS in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS
#page-site-header{
background-color: white;
}
#page-site-header .overlay{
background-color: transparent;
}
#page-site-header .page-title{
color: #000;
}
#breadcrumb-list span{
color: #000;
}
.trail-items li:not(:last-child):after{
color: #000;
}
Since the background color of the site is white, the blog post text is being invisible. So, we have added black color to the text. If you want to replace the black color with your desired color, replace the color code(#000) with your desired color code in above given CSS.
Hope this helps.
If you have any queries further, let us know.
Thank you.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |