Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1134930
    maghrabi42
    Participant

    Dear,
    I have issue about widget I need to remove, another issue about the box of (show me the cart) is not fix
    you will find it in the attachment
    my website is najdstore.com
    thank you

    #1135045
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Your screenshots did not attach properly, due to our file-size limit of 512KB. Could you please use an online service to share your references (http://snag.gy/), so that we can check.

    Thanks!

    #1137603
    maghrabi42
    Participant

    okey can you check now please

    #1137923
    Rupok
    Member

    Hi there,

    Thanks for writing back! It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.

    Also kindly explain your issue properly as I am not sure what you are trying to achieve based on your given information.

    Thanks

    #1138140
    maghrabi42
    Participant
    This reply has been marked as private.
    #1138428
    Nabeel A
    Moderator

    Hi there,

    Thank you for providing the credentials.

    1. To remove Cart Title and empty section, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .woocommerce-cart .h-landmark.entry-title, .woocommerce-cart .x-sidebar {
        display: none;
    }
    .woocommerce-cart .x-content-sidebar-active .x-container.main:before {
        right: 0;
    }
    .woocommerce-cart .x-main {
        width: 100%;
    }

    2. To fix the Woo Commerce message section,use this code:

    .woocommerce-cart .x-alert-block {
        padding: 0.786em 1.15em 1em !important;
    }

    Let us know how this goes!

    #1139186
    maghrabi42
    Participant

    Dear,
    about the first issue I give you example for the page i want lock lick (the shop page) I need change the cart page also the checkout page exactly like shop page, another issue is solved thank you so much
    best regards

    #1139220
    Christopher
    Moderator

    Hi there,

    Please add this :

    @media (max-width: 979px){
    .x-content-sidebar-active .x-container.main:before, .x-sidebar-content-active .x-container.main:before {
        left: -5000em;
        right: -5000em;
    }
    }
    .woocommerce-cart header.x-header-landmark.x-container.max.width {
        display: none;
    }

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.

    Hope it helps.

    #1139709
    maghrabi42
    Participant

    okay can i change the brown colour or is to possible thank you for your help and to grant support 🙂

    #1139711
    maghrabi42
    Participant

    if you can not it’s okay and thank you for you help:)

    #1140111
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! The brown textured color is a background image pattern that can be change in the customizer. You can change the textured image or even just use a solid color of your choice. Please go to Appearance > Customize > Layout & Design > Background Options. Please select an image for the pattern or background image. And if ever you just wanted a solid color, please select the color that matches your site.

    Hope this make sense.

    #1140163
    maghrabi42
    Participant

    thank you so much for your help and great support 🙂

    #1140307
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

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