Tagged: background transparent
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?
I found the solution:
/*linienfarbe*/
.main_color {
border-color: transparent;
background: transparent;
}
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?
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
Hi Ismael,
that’s it – thanks for your great support!