Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30533
    turneralex710
    Guest

    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): 

    Homepage screenshot

    And this is the Posts page, where it doesn’t display the background except on the post excerpt:

    Blog page screenshot

    #30534
    Jesse Owens
    Guest

    Hello,

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Background Pattern doesn’t display on all pages’ is closed to new replies.