Avada Forums Community Forum Two seprator lines in all my Blogposts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mildnerp91
    Participant
    Post count: 1

    Two Lines in BlogpostHi, under the Headercontainer are two thin lines. It’s already there when I create a new Blogpost. How can I deactivate them?

    marklchaves
    Participant
    Post count: 873

    Not exactly sure what those are without looking at your code. If I had to guess, those lines might be from your metadata row. If so, try removing the top/bottom borders from the fusion-meta-info class.

    
    
    .fusion-meta-info {
        border-top: none;
        border-bottom: none;
    }
    
    
    sinantopali
    Participant
    Post count: 1

    make off the navigation in single blog post settings

    3zimms
    Participant
    Post count: 1

    This fixed it for me, thank you! It was unclear that it was pagination, as it didn’t have previous or next in it – probably because it was my first post =D

    Thanks so much for the help!!

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