Home Forums WoodMart support forum Icon Single Product Page

Icon Single Product Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #526060

    shweta
    Participant

    Hello Team,

    I want to add Large button icon on the top left, for the better understanding please find the screenshot attached

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

    Hello,

    Try to add the following custom CSS code for the video icon in Theme Settings > Custom CSS > CSS for desktop:

    .wd-action-btn.wd-style-icon-bg-text {
         bottom: 570px;
       position: relative;
    }

    Best Regards.

    #526277

    shweta
    Participant

    Thank you for sharing the css code

    but this code not working. this not not working on multiple gallery

    check this link (multiple gallery) https://akshatraghava.website/product/elysian-stride/
    Single gallery image: https://akshatraghava.website/product/luxury-leather-formal-boot-for-women/

    #526506

    Hello,

    Please delete the old custom CSS code and try the below custom CSS:

    .product-additional-galleries {
        top: 0px;
    }
    
    .wd-action-btn.wd-style-icon-bg-text {
        height: auto;
    }

    Best Regards.

    #526630

    shweta
    Participant

    Thanks for sharing the code, Still same issue the icon not shown on the top left. please find the product URL below: https://akshatraghava.website/product/elysian-stride/

    #526737

    Hello,

    Can you please share the WP admin login details of your site so I will check and solve it on your site with the CSS.

    Best Regards.

    #527871

    shweta
    Participant

    sorry for the late reply, please find the wp-login details below:

    #528194

    Hello,

    Your issue has been solved. I have added the CSS code in the Theme Settings >> Custom CSS >> Global CSS section. Please check your site now after removing the browser cache.

    Best Regards.

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