A few questions - by MAHDAR - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 3 months, 1 weeks ago ago by Luca Rossi

  • Avatar: mahdar
    MAHDAR
    Participant
    June 23, 2024 at 21:33

    Hello, I hope you are well

    I have a few questions, thank you for your help

    1- In the old version of the product archive, when we scroll, we don’t have the page number, I already mentioned this issue in the ticket.
    https://www.8theme.com/topic/help-with-product-archive-page-categories/#post-401029

    I said, when we create a product archive page with Elementor, the page number is added to the page address when scrolling.

    How can we disable paging address in Elementor archiver?

    —————————————————————

    2. There is a problem on the PayPal z-index payment page or the menu, please see the photo
    —————————————————————

    3. How to remove border buttons?
    —————————————————————
    4. How can I change and reduce the Subtotal font on the card page?
    —————————————————————
    5- The placeholder text is white and can’t be displayed. I didn’t add css code either

    Why do you think it is not displayed??
    —————————————————————
    6. I want the filter icon to be on the left side of the mobile phone

    What css code should I enter?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    June 24, 2024 at 11:02

    Hi @MAHDAR,

    1. We mentioned very clearly in the previous reply. It’s not possible right now. If you require personal customization services, we invite you to submit a request through our customization panel at: https://www.8theme.com/account/#etheme_customization_panel , and continue conversations with the technicians team directly.
    Please be advised that customization services will incur additional charges, the exact amount of which will be communicated following a detailed review of your request.

    2. 3. 4. 5. and 6. Please add this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    body .wp-block-woocommerce-checkout-express-payment-block {
        z-index: 1;
        position: relative;
    }
    body .coupon input.btn,
    body input#pwgc-redeem-button{
        border: none !important;
    }
    
    body tr.cart-subtotal th,
    body tr.cart-subtotal span.woocommerce-Price-amount.amount {
        color: #000;
        font-size: 1.5rem !important;
    }
    
    body tr.order-total th,
    body tr.order-total span.woocommerce-Price-amount.amount {
        color: #000;
        font-size: 1.5rem !important;
    }
    
    body #pwgc-redeem-gift-card-number::placeholder,
    body .coupon input[type=text]::placeholder {
        color: #000 !important;
    }
    
    @media only screen and (max-width: 480px) {
        body .filter-wrap .filter-content {
            -webkit-box-pack: start;
            justify-content: space-between;
        }
        .woocommerce-shop .woocommerce-notices-wrapper {
            display: none;
        }
    }
    

    Hope it helps!

    Avatar: mahdar
    MAHDAR
    Participant
    June 24, 2024 at 12:50

    Thank

    For problem number 6, the code you gave did not work

    Avatar: Justin
    Luca Rossi
    Support staff
    June 24, 2024 at 15:14

    Hi @MAHDAR,

    Please remove this CSS codes from our previous reply:

    
    @media only screen and (max-width: 480px) {
        body .filter-wrap .filter-content {
            -webkit-box-pack: start;
            justify-content: space-between;
        }
        .woocommerce-shop .woocommerce-notices-wrapper {
            display: none;
        }
    }
    

    Then add this custom CSS code:

    
    @media (max-width: 480px) {
        body .filter-wrap .filter-content {
            -webkit-box-pack: start !important;
            justify-content: space-between !important;
        }
        .woocommerce-shop .woocommerce-notices-wrapper {
            display: none !important;
        }
    }
    

    Hope it helps!

    Avatar: mahdar
    MAHDAR
    Participant
    June 26, 2024 at 01:45

    Unfortunately, problem 6 has not been solved

    I have sent you access to the site, please try it yourself

    Thank You

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    June 26, 2024 at 05:25

    Hi @MAHDAR,

    We’ve updated the custom CSS codes a bit and it’s working now:

    https://prnt.sc/ZGvIe_9jqzzg

    Could you please check again?

    Thank you!

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.