• Resolved simonscowen

    (@simonscowen)


    Hi,

    I have searched the forum but couldn’t find anything specific, is there a specific guide for adjusting the CSS when using the metaslider plugin on wordpress.com?

    I am trying to adjust the font size and weight of the caption text. Metaslider being used for “Our Services”

    Cheers,

    Si

    • This topic was modified 4 years, 10 months ago by simonscowen. Reason: making clear where slider is being utilized

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @simonscowen ,

    You can adjust the CSS of MetaSlider the same way that you adjust CSS anywhere else on your site. You first have to identify the CSS selector you with to change, then in your stylesheet you just add the new rule.

    For example,

    .metaslider .caption {
          font-size: 1.3em;
    }
    Thread Starter simonscowen

    (@simonscowen)

    That is awesome thank you @kbat82 !!!

    • This reply was modified 4 years, 10 months ago by simonscowen.

    .metaslider .caption { font-size: 1.3em; }
    does not work for me.

    When i use the inspector code on our site, the font-size is .9rem of the caption. it is too small… I tried a bunch to change it but for some reason my code doesn’t work.
    How do I change it???
    https://labs.pathology.jhu.edu/lotan/ – url

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting CSS in wordpress.com’ is closed to new replies.