Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hi @yury28.

    If the WordPress theme you’re using does not include any settings to change its font size you could possibly change that with some CSS code.

    To achieve this type of customization I’d recommend using Google Chrome Developer Tools. You can right click anywhere on your webpage to select ‘Inspect Element’, the HTML and CSS properties show up right in your browser.

    You can then use those HTML Classes to write the required CSS to change the font sizes on a website.

    I hope this helps.

    Thread Starter yury28

    (@yury28)

    Hello,

    thanks for the help.

    One doubt, this settings is in woocomerce right? Because im using ocean theme.

    Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hey @yury28,

    Any font settings which may be available would be within your WordPress theme called OceanWP. The free WooCommerce plugin itself would not have any settings for changing elements like font sizes or similar.

    For support related to changing the design elements of the OceanWP theme you can reach out to the themes support team from this page of their website below 🙂

    https://oceanwp.org/support/

    Thread Starter yury28

    (@yury28)

    Oh ok,

    Is there any plugin to see my html and css codes and change in real time?

    Thread Starter yury28

    (@yury28)

    I founded the code using google developer, so all i have to do is copy this part of code and then place it in a plugin like simple css?

    Rambo

    (@rahul020691)

    Hi @yury28,

    >I founded the code using google developer, so all i have to do is copy this part of code and then place it in a plugin like simple css?

    To add CSS code Navigate to “Appearance > Simple CSS” and add your CSS to the editor. For Simple CSS plugin questions you can contact their support here: https://wordpress.org/support/plugin/simple-css/

    I understand you want to know more about CSS:
    I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    I hope this information is helpful to you.
    

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,
    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful.

    If you have further questions, please feel free to open a new topic.

    Thanks.

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