Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35159
    Jens
    Participant

    I would like to change the font size of the slider title. As for the css? Thank you.

    #35187
    Sakin
    Keymaster

    @Jens: Since, this is responsive design theme, I recommend you to change the font size only in large screens. So, you can change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    #slider .slider-title { font-size: 15px }
    }
    #35189
    Jens
    Participant

    thanks Sakin !!!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Post Slider – Change title font size’ is closed to new replies.