• Resolved luisadigi

    (@luisadigi)


    Trying to change the typeface on the scroller on this website <a http://cselin.com/wpedge19. This is the custom css I’m using:

    @import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
    #agama_slider h2.slide-title {
    	.	
    font-family: 'Pinyon Script', cursive;
    	.	
    font-size: 46px;
    	.	
    color: #fff;
    }

    Any ideas what I’m doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try with !important parameter:

    #agama_slider h2.slide-title {
    font-family: 'Pinyon Script', cursive !important;
    font-size: 46px !important;
    color: #fff !important;
    }

    Regards

    Thread Starter luisadigi

    (@luisadigi)

    Hi Jerryscg,

    I tried that, but it doesn’t seem to work 🙁 Any other ideas???

    Diky 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing typeface on slider’ is closed to new replies.