• Resolved Elia

    (@prettyboyelias)


    Hi there,

    How to change the font size in all the text that comes with the plugin to 18px?

    If it’s not possible could you please give me the css for this?

    Many thanks

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

    (@gvectorssupport)

    Hi @prettyboyelias,

    Please navigate to Dashboard > Comments > Settings > styling admin page, put the fllowing CSS code in “Custom CSS Code” textarea.

    #wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text * {
        font-size: 18px !important;
    }

    Don’t forget to delete all caches and do CTRL+F5 on the frontend before checking.

    Thread Starter Elia

    (@prettyboyelias)

    Thanks a lot for the fast reply!

    This works only for some of the text. But did not work for buttons, for reply text area, etc.

    Plugin Support gVectors Support

    (@gvectorssupport)

    In this case, remove the code I’ve provided add the following one. It’ll set 18px to all elements of wpDiscuz.

    #wpcomm * {
        font-size: 18px !important;
    }
    Thread Starter Elia

    (@prettyboyelias)

    Perfect! Have a great day!

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