Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #779171

    Hey quick one here,

    I updated Woocommerce 3.0.3 and pretty much everything works – yayyy !

    I noticed a change in fonts for category titles, it seems it is reverting to the default h2 font size set by the theme (which is way too big).
    I just thought I’d point it out with my solution if it helps someone until you release a maintenance update of the theme to address it.

    I applied this CSS to correct the issue:

    .woocommerce-loop-category__title {
    padding: 10px 10px 5px;
    font-size: 16px;
    font-weight: 100;
    }

    Cheers
    Hugues

    #779193

    Hey Hugues,

    Thanks for sharing the solution you made :)

    Best regards,
    Nikko

    #857890

    Hi there,

    I tried this solution to the same problem but it didn’t work. I even copied it to the css file.
    I want it to be normal font, not H2

    #857926

    Hi mspinot,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .template-page .entry-content-wrapper h2.woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 1.4em;
        text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #859458

    Thank you Victoria!

    #859917

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce category title styling after update to Woo 3.0.3’ is closed to new replies.