Is there a way to have a different header background image for individual pages?
Thanks
Frank
Hello Frank!
There is a way, using the page ID class:
Something like:
.page-id-32 .header{ background: url(...); }
Please provide us with a link to your website, the pages in questions and their respective headers background, so we can help you out.
Cheers!
Josue
Hey!
1) Try following code to change the background
.page-id-2459 .header_color .header_bg {
background: #1a1a1a url(https://www.digitalclicksmarketing.com/dcm/wp-content/uploads/2013/04/header_background1.jpg) top center repeat scroll;
}
2) Probably not without creating a new layout element because i.e. a table would look different. However you can create a 3 column structure and then use the “iconbox” shortcode to create a similar design. You can also try the new masonry grid to reproduce it.
Best regards,
Peter