• Resolved maxem

    (@maxem)


    Hello, with the most recent update, the “Comment text size in pixels” option in the Styling stopped working and my site is now just showing the smallest text size. Is there any way to fix this possibly in the “Custom CSS Code” text area or something? Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Please leave your website URL and let us know the font size you want. The option will be fixed in next version. At the moment we can provide a css code to change font-size.

    Thread Starter maxem

    (@maxem)

    Thank you so much.

    Here’s a URL where you can see comments:

    https://www.maximizingmoney.com/money-service-offers/acorns-investment-service/

    I would like it to be 16px.

    Really appreciate it. I’m a new user and loving it so far.

    Plugin Author gVectors Team

    (@gvectors-team)

    Please navigate to Dashboard > Comments > Settings > Stylings admin page and put this CSS code in Custom CSS Code textarea. Save it delete all caches and do Ctrl+F5 on front-end:

    #wpcomm .wc-form-wrapper {
        padding-top: 15px;
    }
    #wpcomm .wc-comment-right .wc-comment-text p {
        font-size: 16px; line-height: 26px;
    }
    Thread Starter maxem

    (@maxem)

    Thank you, that worked perfectly. I really appreciate your help and quick response.

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

The topic ‘Comments Text Size Stopped Working’ is closed to new replies.