• Hi,

    i want to remove the H2 heading from the Product Reviews and Product Related.

    This heading is messing up my normal heading semantics. Can you help me? How can I remove the H2?

    It should just display a div or something like that, but no heading.

    Best regards

    Christian

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

Viewing 1 replies (of 1 total)
  • Plugin Support Jonayed Hosen (woo-hc)

    (@jonayedhosen)

    Hi @christian-abu ,

    Thanks for reaching out! I understand you’re looking to adjust the font size of the Review Title. While it can’t be directly modified within the Div section, you can manually adjust the font size to align with your current layout using the following CSS.

    .woocommerce-Reviews-title {  
    font-size: 18px !important;
    }
    .woocommerce-Reviews-title span {
    font-size: 15px !important;
    }

    Please note that under our Support Policy, we’re unable to provide assistance with customizations. For more advanced customizations, we recommend reaching out to?Codeable?or a Certified WooExpert.

    I hope this helps! 

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.