• Resolved cnrvrr

    (@cnrvrr)


    product prices seem too small. how can I make it larger

    • This topic was modified 5 years, 4 months ago by cnrvrr.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Senff – a11n

    (@senff)

    Hey @cnrvrr

    You can do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:

    .wc-block-grid.has-5-columns .wc-block-grid__product  {
      font-size: 16px;
    }

    You should see the changes right away, but this is just a preview for you, so you can experiment a little if you like.
    Once you’re happy with it, select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter cnrvrr

    (@cnrvrr)

    thank you. With which code can I change the size of the names of the products?

    Hi @cnrvrr

    With which code can I change the size of the names of the products?

    That depends on the page you want to change. This page (external link) can help you find the CSS class on the element you want to change.

    I hope this helps.

    Hi!
    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

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

The topic ‘Price Size Change’ is closed to new replies.