Okay
  Public Ticket #2952593
slider heading text size
Closed

Comments

  •  6
    icanfilmthat started the conversation

    Hi again!

    Is there any way to reduce the size of the heading text of the slider?


    Thank you!

  •  1,603
    Barry replied

    Hi there,

    You can add the following CSS code to Appearance -> Customize -> Additional CSS:

    /* Change slide headings text size */
    @media (min-width: 992px) {
        .jumbotron .jumbotron-caption .caption-small-heading {
            font-size: 15px;
        }
        .jumbotron .jumbotron-caption .caption-heading .caption-heading-tag {
            font-size: 40px;
        }
    }
    

    The 15px value can be changed to change the small heading size of the slides.

    The 40px value can be changed for the bigger heading size of the slides.

    Hope this helps.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  6
    icanfilmthat replied

    thank you so much! it worked perfectly!

  •  1,603
    Barry replied

    Great! You're welcomesmile.png

    Let me know if you have any other questions.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes