Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1120435
    maghrabi42
    Participant

    Hello,
    i need remove some field you can find it in attachment

    thank you

    #1120438
    maghrabi42
    Participant

    FYI

    #1120769
    Christopher
    Moderator

    Hi there,

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

    .single-product .entry-top-navigation {
        display: none;
    }
    .woocommerce-cart aside.x-sidebar.right, .woocommerce-checkout aside.x-sidebar.right {
        display: none;
    }
    .woocommerce-cart .x-main, .woocommerce-checkout .x-main {
        width:100%;
    }
    

    Hope that helps.

    #1120918
    maghrabi42
    Participant

    Hello,
    can you please provide me another css because is not work

    thank you you always have great support

    #1120975
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1121812
    maghrabi42
    Participant
    This reply has been marked as private.
    #1121820
    maghrabi42
    Participant
    This reply has been marked as private.
    #1121892
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1121908
    maghrabi42
    Participant

    sure
    najdstore.com
    thank you

    #1122392
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the URL.

    1. To fix the button issue, add the following code in your Customizer

    .x-btn, .button, [type="submit"] {
        padding: 0 !important;
    }

    2. To remove the spacing on Cart page, use this code:

    .woocommerce-cart .x-content-sidebar-active .x-container.main:before {
        right: 0 !important;
    }
    .woocommerce-cart .x-main {
        width: 100%;
    }

    3. I checked your shop page and couldn’t find the buttons you’re reffering to. Were you able to remove them by yourself?

    Hope this helps!

    #1122564
    maghrabi42
    Participant

    thank you you are rock have a nice day 🙂

    #1122582
    Rahul
    Moderator

    You’re Welcome!

    If you have any further issues, let us know. We’d be happy to assist you with everything.

    Thanks for using the X-Theme.

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