Tagged: Colour section, H1, page, special heading
Is there a way to add an opaque background to a special heading that is inside a colour section image?
I basically want some shading behind the special heading so we can read the text easier, with a 50% opactiy
Thanks,
Hi Coronacom!
Add this to a codeblock element in the page.
<style type = "text/css">
#av_section_1 .av-special-heading {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
float: left !important;
width: auto !important;
}
</style>
Cheers!
Elliott
amazing! perfect thank you