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

    Hi Kriesi-Team,
    i tried a lot of different CSS-code from this forum already – to make the background-color behind the text (#95babc) – but it`s not working correct for me…
    The changing/rotating text especially is not working with the background color…
    Hope to hear from you.
    Cheers,
    dan

    #1086527

    Hey smplgraphics,

    Add this to quick css:

    .post-entry-431{
        background: #95babc!important;
        width: 500px!important;
        padding:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1086736

    Hi Jordan,
    I´m looking for this “effect” – view DP-Link.

    I tried f.e.
    #top .av-rotator-container-inner {
    background-color: #95babc;
    padding: 5px 0 0 5px;
    display:inline;
    }

    .av-rotator-text, .av-rotator-text-single {
    background-color: #95babc;
    display:inline;
    }

    but it`s not working correct for me.

    Cheers,
    dan

    #1087344

    Hi Dan,

    This is the CSS which is applying now, please change the rgba values to your own:

    .caption_framed .slideshow_caption .avia-caption-content {
        background: rgba(0, 0, 0, 0.5) !important;
    }

    Best regards,
    Rikard

    #1295468

    How to remove the background color in Headline Rotator?

    #1295875

    Hi,

    Add this to quick css:

    .caption_framed .slideshow_caption .avia-caption-content p{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

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