• ubbe77

    (@ubbe77)


    Hi,

    How to change the font size on the slider. Have tried a lot of the stuff i have read here and at Press Customizr and even bought the extension pac for fonts. (with that i can change the font but not the responsivenes due to different media).

    Please help!

Viewing 1 replies (of 1 total)
  • Hello Ubbe,
    about changing the slider’s texts in Customizr you can add something like this to your custom css:

    @media (max-width: 600px){
      #customizr-slider .carousel-caption h1 { font-size: 14px;} /* change the title font-size */
      #customizr-slider .carousel-caption p.lead { font-size: 12px;} /* change the description font-size */
      #customizr-slider .carousel-caption .btn { font-size: 10px; padding: 5px 6px;} /* change the button font-size and padding */
    }

    And so on for different media queries.

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Slider font size’ is closed to new replies.