Home Forums WoodMart support forum How do I remove this filter?

How do I remove this filter?

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #266279

    NPC
    Participant

    Hi, I need to remove this filter as it doesn’t work properly, it works only sometimes.

    Attachments:
    You must be logged in to view attached files.
    #266328

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-ordering {
        display: none;
    }

    Best Regards

    #266386

    NPC
    Participant

    Solved, thank you!

    #266469

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #276334

    NPC
    Participant

    Hi elise,

    Can you help me with this?

    I want to reduce the size of this font, because It looks bad

    It says:
    “SIN S
    TOCK”

    It should be:
    “SIN
    STOCK”

    Thank you very much!!

    Attachments:
    You must be logged in to view attached files.
    #276344

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rounded .out-of-stock {
        word-break: break-word;
        font-size: 10px;
    }

    Best Regards

    #276357

    NPC
    Participant

    8px worked! thank you!

    #276372

    You are welcome! If you have any questions please feel free to contact us.

    We will appreciate highly if you spend a couple of minutes and answer the questions provided here: https://8uehqcg4tjy.typeform.com/to/IgyV2EiP

    Best Regards

    #278009

    NPC
    Participant

    Hi Elise

    Sorry for bothering you again, can you help me please? I need to make this Cookie thing smaller please, It is covering the right side panel.

    Attachments:
    You must be logged in to view attached files.
    #278050

    Hello,

    Do you want to change the text of the block itself?

    Best Regards

    #278062

    NPC
    Participant

    I want it like this, the right panel above the one that is below

    Attachments:
    You must be logged in to view attached files.
    #278063

    NPC
    Participant

    Sorry, I attached the img

    #278064

    NPC
    Participant

    Here

    #278183

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #278322

    NPC
    Participant

    Ok, here they are

    #278402

    Hello,

    Please provide your site URL.

    Best Regards

    #278478

    NPC
    Participant

    Sorry, it’s below

    #278516

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-cookies-popup {
        padding: 15px 30px;
        background-color: #FFF;
        box-shadow: 0 0 9px rgb(0 0 0 / 14%);
        transition: -webkit-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease,-webkit-transform .35s ease;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    By changing the padding values you can increase and decrease the height of the block.

    Best Regards

    #278545

    NPC
    Participant

    It didn’t worked I wanted to make the cookie block smaller, less wide. I found out this response of you on the forum and it worked

    Attachments:
    You must be logged in to view attached files.
    #278547

    NPC
    Participant

    how it looks now

    Attachments:
    You must be logged in to view attached files.
    #278644

    Hello,

    I misunderstood you. I am glad you have found the solution.

    If you have any questions please feel free to contact us.

    Best Regards

    #284279

    NPC
    Participant

    Hello Elise,

    Can you help me again please? I have a problem with the theme, currently the products look asymmetrical on the shop page, some look higher and others lower. How can I fix this?

    Thanks in advance!

    Attachments:
    You must be logged in to view attached files.
    #287284

    Hello,

    Sorry for the late reply.

    This is caused by different image sizes. You need to either upload images of an equal size or crop images: https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    If you have any questions, please create a new topic.

    Best Regards

    #292618

    NPC
    Participant

    Hi,

    Thank you Elise! The Editor is not showing for some reason since the last update.

    I FIXED it!

    Attachments:
    You must be logged in to view attached files.
    #292623

    NPC
    Participant

    Since the last update

    #292703

    Hello,

    We will check this issue, I do not see this issue on my testing site. How did you fix that?

    Best Regards

    #292709

    NPC
    Participant

    Hi,

    Yes, I fixed it. Elise, do you do paid custom work? I need something special for my website, I’ll write you down my email address

    #292799

    Hello,

    Unfortunately, we do not provide paid services. In most cases, we help even though the issue is beyond our support scope if it does not require much time. Please create a new topic and provide the details in private we will check and tell you if we can help to solve it.

    Best Regards

    #294017

    NPC
    Participant

    Hi Elise,

    Is it possible to increase the size of the “Agotado” (out of stock) text to make it more visible?

    Attachments:
    You must be logged in to view attached files.
    #294168

    Hello,

    Please find the custom CSS you added and change the font size.

    body .labels-rounded .out-of-stock {
        word-break: break-word;
        font-size: 10px;
    }

    Best Regards

Viewing 30 posts - 1 through 30 (of 30 total)