Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- October 10, 2019 at 1:59 pm #30533turneralex710Guest
The background image doesn’t appear fully behind all of my pages, such as the Posts page.
The home page shows how I want it to look (Make the image fullscreen to see the pattern properly):
And this is the Posts page, where it doesn’t display the background except on the post excerpt:
- This topic was modified 1 year, 7 months ago by BoldGrid Support.
October 11, 2019 at 2:25 pm #30534Jesse OwensGuestHello,
Thank you for the excellent question. The Westview theme was designed only to use the background on Pages, not posts and archives.
In order to override this and show your background everywhere, navigate to Customize -> Advanced -> Custom JS & CSS and copy-and-paste this CSS rule into your Custom Theme CSS box:
.palette-primary.archive .site-content, .palette-primary.archive .site-header, .palette-primary.single .site-content, .palette-primary.single .site-header, .palette-primary.blog .site-content, .palette-primary.blog .site-header {
background: unset;
}I hope this helps
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Background Pattern doesn’t display on all pages’ is closed to new replies.