Hi,
On a category page like this: http://www.santamonicahotelbooking.com/budget-hotels/
I just want the posts to be displayed like the first one; an image and a title
I don´t want the whole post to be displayed under it.
What shall I do?
Thanks
Charlotte
Hey Charlotte!
Try adding this code to the Quick CSS:
.archive .entry-content {
display: none;
}
Cheers!
Josue
Great, thanks,
Is there any code for decreasing the space between the post images:
http://www.santamonicahotelbooking.com/budget-hotels/
Hi!
Please add following code to Quick CSS
.archive .post_delimiter {
padding: 10px 0 0 0;
margin: 0 0 10px 0;
}
Best regards,
Yigit
Thanks :)