Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #481560

    Hi there,

    I’d like to have a transparant black background for some special headings. I’ve added this in the Quick CSS:

    .home div#av_section_1 .av-special-heading {
    background-color: rgba(0,0,0,0.2);
    padding: 20px!important;
    color: white!important;
    text-align: center!important;
    }

    But it only applies to my home page. I have zero experience in CSS.

    I’ve already added this:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Is there any way that I can manually add a transparant black background to some special headings?

    Sincerely,
    Bossietj

    • This topic was modified 9 years, 11 months ago by Bossietj.
    #481749

    Bump

    #482221

    Hi!

    After you add the custom class try changing the CSS to this.

    #customClass {
    background-color: rgba(0,0,0,0.2);
    padding: 20px!important;
    color: white!important;
    text-align: center!important;
    }

    If it’s not working then send us a link to the page and let us know which one your trying to style.

    Best regards,
    Elliott

    #482289

    It’s not working, but it’s OK. I’ll find a work-around.

    • This reply was modified 9 years, 11 months ago by Bossietj.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Special Heading background color’ is closed to new replies.