Shop Categories

X

hide woocommerce “sort menu” and tabs title color inside woocommerce product

Home Forums Agama Pro hide woocommerce “sort menu” and tabs title color inside woocommerce product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26552
    Diego Letelier
    Participant

    Hello Zex

    I would like to hide this menu on the picture, how can I do that?

    https://prntscr.com/sab3fd

    Also, how can I change the color of these titles? Not just the ones on the tab but other blue titles on the products pages.

    https://prntscr.com/sab4uj

    Best regards,
    Diego

    #26562
    Zex
    Moderator

    Hello, Diego!

    Here are the right codes for you:

    /*Hide filtering*/
    .woocommerce .product_filtering{
        display:none!important;
    }
    
    /*Tab titles color*/
    .woocommerce-tabs .tabs li a{
        color:white!important;
    }
    /*Related Products title color*/
    .single-product .related.products h2{
        color:white!important;
    }

    Regards

    #26566
    Diego Letelier
    Participant

    It worked perfectly thanks!

    Couple of more questions, I wish the “magnifying glass” for the product image, wasn’t display, is that possible?

    And please let me know how change the color of check out titles and text.

    https://prntscr.com/satsxl

    Thanks!

    #26567
    Zex
    Moderator

    Hi,

    1. Maybe you should try the WP Image Zoom plugin

    How to Add Magnifying Zoom for Images in WordPress

    2. Use the next codes:

    /*Checkout tiltle color*/
    .woocommerce-checkout h3 {
        color:white!important;
    }
    /*Checkout label title color*/
    .woocommerce-page form .form-row label {
        color:white!important;
    }

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.