• Resolved smiths1972

    (@smiths1972)


    Hi All,
    I need to reduce the size and line height of the text within the “Short Description Box” that hosts the following text:

    “Ben is fully determined to meet his goals and reach the very top. All donations will help Ben towards dedicating as much time as possible to his discipline, providing him with the greatest chance for success. Family, Friends or Followers – every donation is welcome and greatly appreciated.”

    Many for your help.
    Craig

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Smith,

    First of all, check if there is a setting in your theme to alter the font size directly. If not then add the following CSS in additional CSS from customizer
    Goto Appearance -> customize -> additional css

    
    .woocommerce-product-details__short-description p {
        font-size: 13px; /* <-- change size 13px to whatever you want */
    }
    
    
    Thread Starter smiths1972

    (@smiths1972)

    Perfect, thanks very much that worked great.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Short Description Font Size’ is closed to new replies.