Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1199194

    Hey folks!

    I have a problem with the Partner/Logo Element. As you can see in the link, every second element seems to be underlined with a 1px thick line or separated with a line, depending on the browser with. The color of the lines is my theme color (blue).How can i get rid of them?

    See here please:

    Thanks for helping!

    #1199218

    Hey mirotck,

    Add this to quick css:

    .avia-logo-element-container .flex_column:after{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1199482

    Thanks for the help but the fine lines are still there. any other code/idea?

    #1199492

    Hi,

    Did you add my code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1199525

    Yes i did empty cache and placed it on the top.

    any other tips highly welcomed.

    #1199548

    Hi,

    Can you screenshot how you are seeing it?

    Best regards,
    Jordan Shannon

    #1199554
    #1199559

    Hi,

    Okay, I’m not seeing those particular lines. I’ll reach out to the other admins to see if they can help.

    Best regards,
    Jordan Shannon

    #1199833

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .avia-logo-element-container .slide-image {
        background: transparent!important;
    }
    
    

    Best regards,
    Yigit

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