Hey,
I don´t want to show the blog post title when I use the Blog Posts Element.
What code shall I add?
Thanks
Charlotte
http://www.newyorkinspiration.com
Hi Charlotte!
Please add following code to Quick CSS
.home .template-blog h2.post-title.entry-title {
display: none;
}
Cheers!
Yigit
Thanks :)
…and now what code shall I add if I want the Blog Posts Element on http://www.newyorkinspiration.com to be align in height with the hotel widget?
Hi!
Please add following code to Quick CSS as well
.home .template-blog p {
margin-top: 0;
}
Regards,
Yigit
Thanks :)