hi, i want to add a background color to the text in a fullscreen slide.
i want to add the text to the heading font and the normal text. it should look like this: http://imgur.com/a/PuZmN
this is my code. can you please help me to get the correct code :)
/*Text Hintergrund markieren*/
.hintergrund h1.av-special-heading-tag {
display: inline-block !important;
}
Hey diefleischerei,
Try using this css code:
.home #fullscreen_slider_0 h2.avia-caption-title {
background: #b43663;
display: inline;
}
Hope this helps :)
Best regards,
Nikko
Work! Thank you.
Hey Nikko, can i easy add a transparency to the pink background?
Hi,
Try replacing the code I gave to this one:
.home #fullscreen_slider_0 h2.avia-caption-title {
background: rgba(180,54,99,0.8);
display: inline;
}
Hope this helps :)
Cheers!
Nikko