Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using page-specific CSS selectors? For example, the grammie page has this class assigned in the body tag:

    postid-935

    so try prefacing style selectors:

    body.postid-935 .... {
      styles;
    }

    Thread Starter ckmcgrayne

    (@ckmcgrayne)

    Ah thanks,

    The .postid-935 did it, but since I wanted the styling to apply to all posts, I backed up and used .single-post. That did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Separate CSS for single blog display page’ is closed to new replies.