• Is it possible to dynamically change the font style, etc. of text in the slider Title and Description fields in the Customizr theme?
    I attempted to type (i.e.)
    <span style="font-family: 'Times New Roman';">Name of my Slider Photo</span>
    in the title field, but after updating the image, the system stripped the span info out of the field.
    Suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • No, because Customizr will strip HTML as a security measure.

    Are you looking to change font style on each Slide such that it will be different on each slide, or change the Slides font to the same font (which might be different to the Body)?

    Thread Starter bsabath

    (@bsabath)

    I want to italicize a part of the title field, like this:
    TITLE PART 1 – Title part two
    I know how to use CSS to change the look/size of the whole title field (I’m using a child theme to override several formatting elements); this is a little more mystifying.

    put

    ‘.carousel-caption h1 {
    font-style: italic;
    }’

    in the style.css file in your child theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizr slider title font styling’ is closed to new replies.