How to increase font size on hover text?

  • joannepope
    Asked on September 24, 2018 at 11:36 AM
  • Jan
    Replied on September 24, 2018 at 12:51 PM

    I checked your CSS and I noticed an issue with this selector (.form-description-content). There is an extra "px" in the "18px" value. Please delete it and then save it.

    153780784909 25 1759d Screenshot 10

    Here's the CSS code to change the font size of the hover text:

    .form-description-content {
    font-size: 18px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    Hope that helps. Thank you.