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

    Hi,

    I wanted to hide this line below my blog slide show.

    Can anyone assist me with a quick css code?

    The code I located from my inspecting the chrome was this:
    <div class="post_delimiter"></div>

    Thank you

    #981422

    Hey samconag,

    Thanks for the screenshot and link. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-3764 #av_section_8 .post_delimiter {
      display:none;
    }

    Best regards,
    Rikard

    #981673

    hi Rikard,

    Thank you so much for your reply.

    How can I hide this for all pages?

    Thanks

    #981692

    Hi,

    Please use the code as following

     .post_delimiter {
      display:none;
    }

    Best regards,
    Yigit

    #981785

    Yes! it worked… Thank you

    #981895

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘I need CSS Help help’ is closed to new replies.