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

    Dear support,
    is there a simple css to make the line elements background transparent?
    Pleas see my example in private content. I made the body transparent and the color sections but i cant figuring out how to make the lines/divider elements background: transparent as well?

    #1426373

    I found the solution:
    /*linienfarbe*/
    .main_color {
    border-color: transparent;
    background: transparent;

    }

    #1426375

    But another question:

    would it be possible to stretch the width of the news-ticker (NÄCHSTE EVENTS) below the header Image to the full width of the content? The same width as the header-image above?

    #1426379

    Hi,

    Thank you for the inquiry.

    would it be possible to stretch the width of the news-ticker (NÄCHSTE EVENTS)

    Yes, that should be possible. Please add this code in the Quick CSS field.

    .home #av_section_1 .container.av-section-cont-open {
        padding: 0;
    }
    
    .home #av_section_1 .container.av-section-cont-open .ticker-news {
        margin: 0;
    }

    Best regards,
    Ismael

    #1426390

    Hi Ismael,

    that’s it – thanks for your great support!

    #1426395

    Hi,

    No problem! Glad to know that the solution worked for you. If you have any more questions, feel free to let us know.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Line-element background transparent’ is closed to new replies.