Hey,
http://www.hotelladdict.se
I don’t want this line under each blog post
What code shall I add?
Thanks.
Charlotte
Hey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .fullsize .template-blog .post_delimiter {
border: none;
}
Best regards,
Yigit
ThanksYigit :)
Is there any code to add to adjust the instagram widget so it has the same height as the booking widget?
Charlotte
Hi Charlotte :)
Please add following code to Quick CSS as well
#bos_searchbox_widget_class-6 {
padding-top: 0;
}
#categories-4 {
padding-bottom: 15px;
}
Best regards,
Yigit
Thanks :)