Hi,
I have added here: http://www.idtraveller.com/testing/
as you can see a Blog post element and a Magazine element
BUT the Headlines are not aligned. How can I change that?
So the Blog post Title and the Magazine Heading text are on the same line.
Also, I don´t want to display the category: in More hotel deals /
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
Add this to your custom CSS.
.template-blog .post-title {
padding-top: 0 !important;
}
Regards,
Elliott
Thanks Elliot.
What code shall I add if I don´t want to show the category: “in More hotel deals / ” in the Blog Post element?
Hi!
Please add following code to Quick CSS as well
.blog-categories, .text-sep-cat {
display: none;
}
Best regards,
Yigit
Thanks :)