Archived topic
Box around Show Posts in 1 section only
5 replies · Started by Paul on August 3, 2022
Hi there! I have a new question!
I have my index site here:
https://givepraiserecords.com/
I would like to put a box around each post under the header area - I'm using the WP Show Posts plugin, but when I add a code like this:
.wp-show-posts article:not(:last-child) .wp-show-posts-inner {
style properties here
}
It puts a border around the header Show Posts and also the ones under the header and I want to add some CSS styling to just the ones UNDER the header,
Help! :)
Hi Paul,
Just to be clear, you are trying to target the hero WPSP list?
If so, try using this selector: #wpsp-961.wp-show-posts article:not(:last-child) .wp-show-posts-inner
Oh no, I'm sorry! That works for the header - I'm trying to get these ones:
Thank you!
OOPS! I'm sorry that is the wrong image! Here is the link to the correct one! Sorry!
Link / Image - https://imgur.com/mOeipOo
No worries :)
This one's ID is wpsp-27340, so you can use this selector:#wpsp-27340.wp-show-posts article:not(:last-child) .wp-show-posts-inner
You can find the ID in WPSP's shortcodes.
PERFECT!!!!!!!!!
Thank you so so so so much!!