Home Forums WoodMart support forum I have 2 issues

I have 2 issues

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #641262

    jimjohnstone92
    Participant

    Hello,

    I am having issues with the wishlist icon colour on shop catalogue. I can’t change it’s colour. I want to change it to white.

    Also having issues with mobile menu. Whatever menu i set as mobile side menu in appearance. Mobile menu on the home page is something different. I can’t see any options of setting specific mobile menu in header builder for home page. Really frustrating and the tutorials seem dated.

    Thanks

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

    Hung Pham
    Participant

    Hi jimjohnstone92,

    Thanks for reaching to us and appreciate your patience.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #642093

    jimjohnstone92
    Participant

    Added temp admin access, can i also add I have subscriptions applied via plugin and it is messing up sticky add to cart I have tried custom CSS code with no luck. Thanks for the help

    #642095

    jimjohnstone92
    Participant

    Screenshot below

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

    Hung Pham
    Participant

    Hi jimjohnstone92,

    Admin credential is incorrect, please check again.

    Regards,

    #642122

    jimjohnstone92
    Participant

    sorry had to restore from a back up, they should work now

    #642174

    Hung Pham
    Participant

    Hi jimjohnstone92,

    It worked, thank you.

    1. Mobile menu

    I see the mobile menu is same in all pages, let me know if you found the way.

    2. Cart icon

    I can’t find the red background color, please provide URL of the mentioned page, so I can take a closer look.

    3. Subscription

    Could you please record a short video and describe how we can reproduce the issue on your website so we can check this for you?

    Regards,

    #642245

    jimjohnstone92
    Participant

    The menu sorted itself out very strange maybe I needed to clear cache. Anyway I have sent video link in pvt. Thanks for your help

    #642526

    Hung Pham
    Participant

    Hi jimjohnstone92,

    Thanks for your patience and video.

    1. Cart icon

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

    div.wd-action-btn>a {
        color: #fff;
    }
    
    div.wd-product.wd-hover-buttons-on-hover .wd-buttons{
        opacity: 1;
    }

    3. Subscription

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

    @media (max-width: 768.98px) {
        div.wd-sticky-btn {
            background-color: #fff;
        }
    }
    
    div.wd-quantity-overlap div.quantity {
        height: 42px;
    }
    
    div.wd-sticky-btn {
        height: auto;
    }

    Regards,

    #642721

    jimjohnstone92
    Participant

    Hi mate thanks the customer css although it fixes the issue it also breaks the website. Maybe I am adding it wrong. I have added video and screenshot in pvt section. Thanks again

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

    Hung Pham
    Participant

    Hi jimjohnstone92,

    Purge all cache from your caching plugin and check again. If you’re using a CDN, disable it temporarily and see if the issue persists.

    Regards,

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