We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Styling Posts Reply To: Styling Posts

#5454
Tom
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 🙂