Hey,
I would like to add a grey dotted line between posts.
What code shall I add?
Thanks
Charlotte
http://www.airlinestaffrates.com
Hey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.category-hotel-chains.archive .post_delimiter {
border-bottom: 2px dotted grey;
margin-bottom: 50px;
}
Best regards,
Yigit
Thanks Yigit,
I have added it but can¨t see it…
Ah.. sorry… I meant between all posts.
Hi!
Can you please change the code to following one
.archive .post_delimiter {
border-bottom: 2px dotted grey;
margin-bottom: 50px;
}
Regards,
Yigit
Thanks :)