Home › Forums › Pro Support › Styling Posts › Reply To: Styling Posts
July 28, 2018 at 7:00 pm
#5454
Keymaster
You’ll find that each list has a custom ID with the ID of the list in it: wpsp-13607
13607 being the ID of the list.
This allows you to target specific elements inside specific lists.
#wpsp-13607 .wp-show-posts-entry-title {
font-family: Whatever;
font-weight: bold;
}
Let me know if this helps or not 🙂