Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366962
    tomraffelt
    Participant

    Greetings:
    I realize these questions are beaten to death but here goes again.
    I have gone to the Forum but not much luck.

    On my woo commerce product page I wish to change the header size down from the
    H1 which it currently seems to be.
    Then also I wish to make that same product page background white vs the current light gray.
    https://newenglandstudio.com/product/fire-ice-sports-package/

    Thank you so very much as always.
    Can’t wait for the new header-footer extension.
    🙂

    #1366977
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .woocommerce div.product .summary .product_title {
        font-size: 100%;
    }

    Find and remove this code :

    body .site {
        background-color: #dfdfdf;
    }

    Hope that helps.

    #1367040
    tomraffelt
    Participant

    Wow I should have easily figured out that one.
    Time to brush up on my CSS and basic html.
    Thank you.

    #1367469
    Rad
    Moderator

    You’re welcome!

  • <script> jQuery(function($){ $("#no-reply-1366962 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>