Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #735259

    hi, i want to add a background color to the text in a fullscreen slide.

    i want to add the text to the heading font and the normal text. it should look like this: http://imgur.com/a/PuZmN

    this is my code. can you please help me to get the correct code :)

    /*Text Hintergrund markieren*/
    .hintergrund h1.av-special-heading-tag {
        display: inline-block !important;
    }
    #735755

    Hey diefleischerei,

    Try using this css code:

    .home #fullscreen_slider_0 h2.avia-caption-title {
        background: #b43663;
        display: inline;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #735770

    Work! Thank you.

    #735772

    Hey Nikko, can i easy add a transparency to the pink background?

    #735821

    Hi,

    Try replacing the code I gave to this one:

    .home #fullscreen_slider_0 h2.avia-caption-title {
        background: rgba(180,54,99,0.8);
        display: inline;
    }

    Hope this helps :)

    Cheers!
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.