Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #950070

    hi there, huge ALL CAPS type in WooCommerce listings now after recent updates. Individual product pages are fine.

    Any way to reduce it back to normal? Thanks in advance for your help. Link in private content.

    #950223

    Note that the update to 4.3.1 does not address / fix this issue.

    #950620

    Hi charger70,

    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 {
      text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #950812

    Thanks, Victoria, that took care of the ALL CAPS, but the point size is still far too large, like an H1 tag or something. do you have any suggestions or CSS for returning this to normal?

    I appreciate your help!

    #951003

    Hi charger70,

    Try adding this code after text-transform in Victoria’s code:

    font-size: 13px;

    it should look like this:

    .template-page .entry-content-wrapper h2.woocommerce-loop-product__title {
        text-transform: none;
        font-size: 13px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #951057

    Thank you, Nikko! That solved it!

    #951085

    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘HUGE ALL CAPS type in WooCommerce’ is closed to new replies.