Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1365998

    We are not using the Advanced Layout for in the blog posts and we end up with 2 extra lines at the bottom of the post. How do I remove those? Site in private content

    #1366012

    Hey SandraSquires,

    Please try this in Quick CSS:

    .single-post .post-meta-infos {
      display: none; 
    }

    Best regards,
    Rikard

    #1366013

    Unfortunately that did not do anything.

    #1366027

    Hi,

    If you give post login details in private, then we can add it for you.

    Best regards,
    Rikard

    #1366031
    This reply has been marked as private.
    #1366033

    Hi,
    Thanks for the login, I added this css:

    #top.single-post #main .post-meta-infos {
      display: none; 
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1366036

    Perfect! Thank you!

    #1366037

    Hi,

    Great, I’m glad that Mike could solve the problem for you. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.