• Resolved klipklopp

    (@klipklopp)


    Hi,

    I have installed MetaSlider on my site and would like to make the captions bigger. I added the code from the Styling page of the MetaSlider website to my themes style.css file:

    .metaslider .caption,
    .metaslider .cs-title,
    .metaslider .nivo-caption {
        font-size: 1.3em; /* adjust as necessary */
    }

    And changed it to 2.0, 3.0, 4.0. But there is no change. Any suggestions on how to make the font bigger would be great.

    My website is: https://www.westminstertech.com.

    Thanks!

    Ted

    • This topic was modified 8 years, 3 months ago by klipklopp.
Viewing 7 replies - 1 through 7 (of 7 total)
  • I only see the shortcode of the slider you’re using, not the actual slider itself. Can you rectify this and I’ll inspect further for you and provide you with some custom CSS code.

    Thanks.

    Thread Starter klipklopp

    (@klipklopp)

    Apologies. It is there now.

    Thanks!

    You can add this to your Additional CSS area via the Appearance > Customize menu.

    .nivo-caption {
        font-size: 34px;
        line-height: 1.25;
        padding: 25px;
    }

    The above code will make the slider text appear like this.

    Hope this helps.

    • This reply was modified 8 years, 3 months ago by ThemeSumo. Reason: image link
    Thread Starter klipklopp

    (@klipklopp)

    Hi – thanks for the code.

    I don’t see an option for Additional CSS in the Appearance > Customize menu.

    I tried adding it straight into my style.css file – but nothing changed.

    If you’re not using WP4.7 then you can add the code to your Child Theme style.css file, via Jetpack‘s Custom CSS module, or by using this Custom CSS plugin.

    Hope this helps.

    Thread Starter klipklopp

    (@klipklopp)

    Hmmm… It is in my Child Theme style.css file – but isn’t having any affect. I also have the BYOB Child Theme Editor which I added it to. Still nothing.

    I am running WP 4.6.1.

    Any suggestions?

    Thanks!

    Ted

    I see you got it figured out, the text is looking a lot bigger than before now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t change font size’ is closed to new replies.