Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1312487

    I have a rotating headline on my homepage. The background image is very restless. It is difficult to read. How can I give this heading a “transparent” background? Not across the width but only under the heading. Is that possible?

    THANK YOU !

    #1312913

    Hey Karolina2020,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_1 h1.av-rotator-container-inner {
        background: rgba(0, 0, 0, 0.2);
    }

    Best regards,
    Rikard

    #1312963

    Good morning Rikard,
    thank you. Is this possible give the background only under the heading ?

    #1313342

    Hi Karolina2020,

    Please add this CSS code as well:

    .home #av_section_1 h1.av-rotator-container-inner {
        display: inline !important;
    }

    Best regards,
    Nikko

    #1313387

    Nikko,
    thank yoouuuuu

    #1313403

    Hi Karolina2020,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘rotating headline’ is closed to new replies.