Hi all,
great theme – great support – great team!!
One question:
What’s the best way to style the headline with background-color:
http://ibiz360.de/kontakt/
Like this:
https://drive.google.com/file/d/0B0TqEFDVcQi8SmxaWDRNb0lfRW8/view?usp=sharing
Thank you!
Regards
Peter
Hi Peter!
So your just trying to add a transparent aqua color behind the text correct?
Drag a codeblock element to the page and add this inside.
<style type = "text/css">
#av_section_1 h1 {
background: rgba(100,200,255,0.4);
}
</style>
Cheers!
Elliott
works – great!
thank you
Regards Peter