This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Is it possible to disable the header background image for just one page?
Hello,
Yes. Please provide URL of the page.
Regards
See private content
Hello,
Please update WPBakery page builder plugin to latest version – https://www.8theme.com/documentation/xstore/plugins/plugins-update/ Then you will be able to edit pages using the plugin (it’s more advanced than Gutenberg at this moment) – http://prntscr.com/ltwb5l
Add this code in custom css for page:
.header-wrapper {
background-image: none;
}
http://prntscr.com/lut743
Do not forget to clear cache before checking the result.
Regards
You must be logged in to reply to this topic.Log in/Sign up