• Is there a way to change the font size of the quotes displayed? I’d like them to be 13.5px… I’m unfortunately not a coder, so I’m hoping someone can explain this in simple terms (if it’s possible). My website is running the Weaver Xtreme theme. Thank you!

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

Viewing 1 replies (of 1 total)
  • I’m not really an expert, and can’t swear this is the best way to do it, but I would go to “Dashboard/Appearance/Additional CSS” and add this:

    #w_quotescollection_3 { font-size: 14.5px }

    Then press the “publish” button.

    But unless you are positive that “px” is the unit you want to use to accomplish your goal, I recommend reading:

    https://kyleschaeffer.com/development/css-font-size-em-vs-px-vs-pt-vs/”

    An excerpt: “One problem with the pixel unit is that it does not scale upward for visually-impaired readers or downward to fit mobile devices.”

    It explains the alternatives including their relative strengths and weaknesses.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the font size?’ is closed to new replies.