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

    Hi all,
    how can I get a white Backround behind the Text in the “Headline Rotator” ?
    The Text must have the black Color and I cant read it very well ….. or is there a solution for a white font with a black outline ?

    Tanks all !

    #666136

    if you don’t like to make a general changing you might better give this alb element on your page a custom class
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    f.e. : rotator-bg

    than try to add to quick css :

    #top .rotator-bg  .av-rotator-container-inner {
        background: rgba(255, 255, 255, 0.5) ;
        border-radius: 100px;
        display: inline-block;
        padding: 30px;
        position: relative;
        text-align: center;
        text-shadow: 1px 1px 0 #fff;
        box-shadow: 2px 2px 4px #333 inset;
    }

    there is a bit more styling in it to show you whats possible

    see here in the green field: http://webers-testseite.de/ikom/neue-seite/

    Centering the container :

    .rotator-bg {
        text-align: center !important;
    }
    #667255

    Hi,

    Please refer to @Guenni007’s post above.

    @Guenni007
    Thank you sir :)

    Best regards,
    Yigit

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