• thomaswp2024

    (@thomaswp2024)


    I am looking to create a separate look for different pages on a WP install – nothing crazy, just background color, text color, etc. I created different templates for the different pages, and when I go to edit these color elements on a page level, it defaults to a global level, which I don’t want.

    Appearance -> Editor -> Templates: global change
    Appearance -> Editor -> Pages: global change

    Would I not go to Appearance -> Editor -> Styles if I wanted a global change?

    I haven’t tried CSS yet, because I’m trying to avoid conflict with future WP updates. I could edit text color on a block level, but this doesn’t address background color for the page itself.

    Any insight is greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    What theme are you using, and this theme acquired from?

    Use Additional CSS in the Customizer: This way, the styles remain local to each page without causing conflicts with future updates.

    body.page-id-123 {

    background-color: #e0e0e0; color: #111;

    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.