Woocommerce text formatting

Hello! I would like to use the same text formatting for Woocommerce products as for the rest of my site. Is there a way to do this?

For example: http://caps.visualspring.net/product/cabin-services/ This product page has a smaller text than the site’s default paragraph text, and the line that says “Training Course Registration” is much larger than it’s H2 tag should be.

I’m hoping there’s a fairly simple way to override all of this special formatting? If not, I’m getting a bit lost in trying to figure out the custom CSS for each of these elements.

Hello @capodanno,

Thanks for writing in!

The product title has it’s own styling. You added a custom html code with a heading tag in it. I would recommend that you update it and use something like this:

<h2 class="h3">Training Course Registration</h2>

This means that the tag is h2 but the font sizing looks like h3 or h4 if you want to.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.