Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #393636

    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,

    • This topic was modified 9 years, 2 months ago by Coronacom.
    #393893

    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

    #394344

    amazing! perfect thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Special Heading over Colour Section Image’ is closed to new replies.