Hi,
I would like to have a dotted line between all the blog posts – https://www.hotelladdict.se/category/allabouthotels/
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
Can you disable caching and minification for now?
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Like this
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.archive.category footer.entry-footer {
border-bottom: 1px dotted #000000;
}
Best regards,
Yigit
Thanks :)