• I want to change the css in my theme for a specific page….
    so for example I want to change the wrapper of my About page.
    I’m thinking this in my css would work…
    #wrapper.page-id-11{
    }
    but the problem is I want to be able to update my page sometimes and every time I do one little update, it changes my page id so i would have to by hand change it in the css.
    Is there a better way of doing this??
    Thank you!

Viewing 1 replies (of 1 total)
  • Hi, @madge7356.

    every time I do one little update, it changes my page id

    Once you’ve created a Page in WordPress, its ID doesn’t change; so unless I’m not understanding how you’re actually going about updating your About page, the selector you’d use for it shouldn’t change either.

Viewing 1 replies (of 1 total)
  • The topic ‘how to target a specific page’ is closed to new replies.