Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #428096

    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

    #428478

    Hey Charlotte!

    Add this to your custom CSS.

    .template-blog .post-title {
      padding-top: 0 !important;
    }

    Regards,
    Elliott

    #428750

    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?

    #428821

    Hi!

    Please add following code to Quick CSS as well

    .blog-categories, .text-sep-cat {
      display: none;
    }

    Best regards,
    Yigit

    #428865

    Thanks :)

    #428869

    Hi!

    You are welcome, glad we could help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog post & Magazine’ is closed to new replies.