Home Forums WoodMart support forum Sticky menu

Sticky menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #630926

    josephdickinsonuk
    Participant

    Hi there,

    I hope this message finds you well.

    I’ve noticed that the sticky menu on my website looks quite different and unusual, particularly on mobile devices. It doesn’t seem to offer a great user experience (UX) or user interface (UI), which is a concern.

    Could you please verify whether this appearance is part of the default WoodMart theme, or if some custom CSS might have been added that’s modifying its look? I’m unsure if this is how the sticky menu is intended to behave by default.

    I would really appreciate it if someone could review this for me and provide clarification.

    Thank you in advance for your assistance!

    Best regards,
    Joe

    Example – https://staging.toiletface.co.uk/product/ac-milan-novelty-toilet-paper/?v=79cba1185463
    Screenshot – https://snipboard.io/XbnOtN.jpg

    #630927

    josephdickinsonuk
    Participant

    Hello,

    I hope this email finds you well.

    I would like to know how to change the default Size Guide element on the product page. Specifically, I’d like to rename it from Size Guide to Shipping Services so that I can repurpose this element to display information about the available shipping services.

    I would prefer not to use any translation software, as I plan to use separate services to translate the site, and pre-translated text could interfere with this process.

    Could you please advise if there is a default method within the theme settings or structure to change the name of Size Guide to Shipping Services?

    Thank you for your time and assistance. I look forward to hearing from you.

    Best regards,
    Joe

    Screenshot – https://snipboard.io/HOdFCZ.jpg
    Example product page – https://staging.toiletface.co.uk/product/ac-milan-novelty-toilet-paper/?v=79cba1185463

    #631148

    Hello,

    01. Please add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-sticky-btn :is(.single_add_to_cart_button,.wd-sticky-add-to-cart) {
        height: 100px;
    }

    02. Sorry to say there is no direct option to change the text, Try to use the Loco Translate plugin to change that text – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards

    #631761

    josephdickinsonuk
    Participant

    Thanks, is that how the sticky menu looks in woodmart, I feel the demo one is different? https://prnt.sc/SIxAY1yjxzE_

    #631861

    Hello,

    You can configure the mobile bottom navbar by navigating to Theme Settings > General > Mobile Bottom Navbar.

    Here, you can add or remove buttons.

    Feel free to reach out if you need further assistance.

    Best Regards

    #631973

    josephdickinsonuk
    Participant

    I meant the sticky add to basket btw. I don’t like the fact the quanity option is green and more like this https://prnt.sc/L76vC2FptLfc?

    #632128

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-sticky-btn.wd-quantity-overlap div.quantity input[type] {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

    Best Regards

Tagged: 

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