Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #884353
    SoWachaWant
    Participant

    Hello! I am a bit of a novice and could really use some some help. On our website I am using woo-commerce and I have sorted products by tag and created pages for them but at the top of the pages the title says “tag archive” and “Below you’ll find a list of all items that have been tagged as”. I was wondering if it is possible to hide this. It shows up on all of our product pages except for the main shop page because I have already found a way to turn that header off. I am using integrity with the dark theme. Any help would be appreciated.

    http://107shirts.com/

    #885208
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .tax-product_tag .x-header-landmark {
        display: none;
    }
    

    Hope that helps.

    #895385
    SoWachaWant
    Participant

    Thank you for your reply! It seems to have worked thank you!

    #896291
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

    #902396
    SoWachaWant
    Participant

    Is there a way to change the size and color of the price of products? Also wondering if I can make the font inside the variations drop down bigger as well. Thank you for all the help!

    #903219
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer and change the CSS values accordingly.

    
    .woocommerce .amount {
        color: #ff0000 !important;
        font-size: 24px !important;
    }
    
    .woocommerce .variations select {
        font-size: 16px;
    }
    

    Hope that helps.

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