Hey,
I want help with the following changes:
http://www.newyorkinspiration.com/category/instagram/
– decrease the space between the blogpost
– add a dotted ………………………. between the blog posts
– remove date, category and admin
Thanks
Charlotte
Hi Charlotte!
Use the following CSS code:
.template-blog .post_delimiter {
border-bottom: 1px dotted gray;
margin: 0 0 20px 0;
padding: 20px 0 0 0;
}
.post-meta-infos{
display: none;
}
Best regards,
Josue
Thanks :)
You are welcome, glad to help :)
Regards,
Josue