• Hi and thanks for the plug in

    i added a google font plug in in my theme and looking to have my main font on slider titles but even when i modify style.css , title font don’t change :/

    }
    .da-slide h2{
    color: #fff;
    font-size: 40px;
    width: 80%; /* Change this if you want to change slide title width */
    top: 60px;
    white-space: nowrap;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-family: ‘Pompiere‘, Georgia, serif;
    font-weight: 700;

    /* v0.9 – prevent extra long titles to go over the h2 box */
    text-overflow: ellipsis;
    overflow: hidden;
    }

    thanks in advance for your help !

    http://wordpress.org/extend/plugins/wp-parallax-content-slider/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Title font’ is closed to new replies.