Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: hadline rotator css class #501357

    Hi Elliott,
    the css which is working on the slider on the “veredelungen” page is the following (because the changes of the panel in enfold did not work)

    /* av rotator change default font style */
    #top .av-rotator-container-inner {
    line-height: 1.1em;
    font-weight: 600;
    text-transform: none;
    color: #232323;
    font-size: 60px !important;
    }

    @media(max-width:900px) {
    #top .av-rotator-container-inner {
    font-size: 40px!important;}}

    @media only screen and (max-width: 480px) {
    #top .av-rotator-container-inner {
    font-size: 30px!important;
    color: #ffffff;
    }}

    on the other headline rotater on the “portfolio” page I only need to change the size in all mediascreens and the text centered.
    But it takes the style from .av-rotator-container-inner of course. The custom css tag is .rotation_portfolio

    Many thanks for your effort!

    regards
    Melanie

Viewing 1 post (of 1 total)