Site logo

Archived topic

Is there a way to apply a css rule to single posts only (and not to pages)?

3 replies · Started by Sara on September 6, 2019

Viewing posts 1–4 of 4

Does it makes sense to put the css in a <style> tag in a wp_head hook and apply it to all posts? Is that the proper way of doing it? Thanks in advance.

Hi there,

You can target CSS to single posts only by adding body.single in front of your normal selector.

For example, .main-navigation would target the navigation globally. body.single .main-navigation would target the navigation in single posts only.

Let me know if this helps :)

Oh, very cool. Helps a lot! Thanks.

No problem :)

This archived topic is closed to new replies.