Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3071766
Woocommerce category header font size
Closed

Comments

  • fabaff started the conversation

    Hi, 

    I need to  change woocommerce category header font size but I cannot find the adjustment in the customize.

    Can you give me some solution to that?

    Best regards

  •  2,489
    PenciDesign replied

    Hi,

    Please send me the URL that contains the element on your screenshot.

    Regards,
    PenciDesign.


  • fabaff replied

    Hi,

    I'm sending the URL of one of my web site live where I ahve the same issue. . The screenshoot is referred to a site under development.

    The issue is on all Woocommerce category header.

    https://laturchese.it/collane-pietre-dure-turchese/

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .woocommerce-products-header .term-description > h2 {
        font-size: 32px;
    }

    Change 32px to the site you want to show.

    Regards,
    PenciDesign.