• Resolved shaboyagan

    (@shaboyagan)


    Does anyone know how I could change the size of the font in two places at the bottom of the Single Product Page. The one that says “You may also like…” and the one that says “Related Products”. I tried some css but it wants to also change the titles of the products in both of those areas.

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

    (@fullysupportedphil)

    Automattic Happiness Engineer

    @shaboyagan make sure you are targeting the class for those specific elements and not more general classes. You can do this by using the “Inspect” feature on your browser.

    For example, when using the default Storefront theme you can target the “Related Products” text using:

    section.related.products {
    }

    If you are using a third-party theme, their templates may replace the default classes. In that case, you’d want to contact your theme’s developer for help on how to target the elements you want.

    Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi @shaboyagan,

    We haven’t heard back from you in a while, so I’m going to mark this thread as resolved.

    If you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font size in Woocommerce single product page’ is closed to new replies.