Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1104631
    jongarcia
    Participant

    Hello, would like to change the product category text size & yellow highlight box

    1. Can i reduce Product text size in CSS?
    2. Remove the yellow highlight stock amount
    3. Would like to center all text and images in each box.

    test site here…

    http://americolorcorp.com/test –> then go to SHOP Nav page.

    Thanks!

    #1104897
    Thai
    Moderator

    Hi There,

    To do that, please add the following CSS under Customizer > Custom > Global CSS:

    li.product-category.product h3 {
        font-size: 24px;
        text-align: center;
        margin-top: 8px;
    }
    li.product-category.product h3 mark {
        background-color: transparent;
    }

    Hope it helps 🙂

    #1105646
    jongarcia
    Participant

    Unfortunately that didn’t work at all for any.

    I changed my layout to fullwidth, but it didn’t work on global site width either?

    #1105912
    Jade
    Moderator

    Hi there,

    Please try this code:

    mark.count {
        background: transparent;
    }
    
    .product-category h3 {
        font-size: 24px;
        text-align: center;
        margin-top: 8px;    
    }

    Hope this helps.

    #1106057
    jongarcia
    Participant

    Thank you!

    Last thing….Can I remove the white background color on the SHOP & CATEGORY ARCHIVE PAGES (behind the Title text & image).
    The individual products can stay white BG.

    Thanks!

    #1106433
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-wrap {
        background-color: #ddd !important;
    }

    Thanks.

    #1118504
    jongarcia
    Participant

    Thanks!

    How do I change the CATEGORY ARCHIVE text along with SHOP SUBTITLE text under SHOP search results?

    #1118575
    Rupok
    Member

    Hi there,

    You can change the shop title and subtitle from Customize > {Your Stack}.

    If you want to change the text “Category Archive” to something else; you can add this under Custom > JavaScript in the Customizer.

    jQuery ( function( $ ) { 
      $('.woocommerce.archive .h-landmark span').text("Place your text here"); 
    } );
    

    Hope this helps.

    #1119252
    jongarcia
    Participant

    Thanks!

    #1119302
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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