Home Forums WoodMart support forum Product Page

Product Page

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #523392

    shweta
    Participant

    Hello,

    on the product grid on the home page change the color

    1. I want to remove the hover effect on the button.
    2 How to reduce the extra spacing between the title, add to cart button, and price?
    3. I want to increase the gap between underlining the button and character spacing

    please find the screenshot attached

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

    Hung Pham
    Keymaster

    Hi shweta,

    1. I want to remove the hover effect on the button.

    You want to keep add to cart icon always display instead of text?

    2 How to reduce the extra spacing between the title, add to cart button, and price?

    &

    3. I want to increase the gap between underlining the button and character spacing

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-grid-item .top-information :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
        margin-block: -0.4em;
    }
    
    .product-grid-item.product.wd-hover-info-alt .wd-add-btn > a{
    	text-underline-offset: 5px;
    }

    Regards,

    #523557

    shweta
    Participant

    Hello,

    Thank you for your quick reply.

    Yes, I want to change the background color when I have to hover the button.

    Best

    #523560

    Hung Pham
    Keymaster

    Hi shweta,

    I see you added Custom CSS to change background color when hover the button, please check and replace with other color https://prnt.sc/1U2GMLvtRQWk

    Regards,

    #523562

    shweta
    Participant

    Yes thank you i got your point, also i want to change cart icon to add to cart text.

    #523642

    Hung Pham
    Keymaster

    Hi shweta,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-add-btn-replace .add_to_cart_button.add-to-cart-loop:before {
        content: "Add to cart";
    		font-family: var(--btn-font-family);
    }

    Regards,

    #523795

    shweta
    Participant

    Hello,

    01. I want to remove hover effect when somebody cursor the mouse show only add to cart button

    02. also i want to reduce the button top space

    • This reply was modified 11 months, 3 weeks ago by shweta.
    #523939

    shweta
    Participant

    Please reply its very urgent.

    #523953

    shweta
    Participant

    Hello

    I want to disable the hover effect on a related product so that it doesn’t change when someone moves the cursor over it. for the better understanding please find the screenshot attached.

    Website URL: https://akshatraghava.website/product/bata-sneakers-for-men/

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

    Hung Pham
    Keymaster

    Hi shweta,

    1 & 3. Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-grid-item .top-information .wd-entities-title,
    .product-grid-item .top-information .price,
    .related-products .wd-buttons.wd-pos-r-t,
    .related-products .product.wd-hover-alt .wd-add-btn{
    	display: none;
    }
    
    .related-products .product-element-top:hover .hover-img {
        opacity: 0;
        transform: none;
    }
    
    .related-products .product.wd-hover-alt:not(.wd-variation-active):is(.purchasable,.product-type-grouped):hover .swap-elements {
        transform: translateY(0);
    }

    2. Please provide me with screenshots for better understanding.

    Regards,

    #524581

    shweta
    Participant

    Hello,

    I want to show only the add to card button when I’m cursing the mouse instead of selecting option or add to basket.

    Page URL: https://akshatraghava.website/

    Best

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

    Hung Pham
    Keymaster

    Hi shweta,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-grid-item.product.wd-hover-info-alt .wd-add-btn-replace a > span {
        display: none;
    }
    
    .product-grid-item.product.wd-hover-info-alt .wd-add-btn-replace .add-to-cart-loop:before {
    	position: relative;
    	margin-left: 0 !important;
        transform: translateY(0) translateZ(0);
    	padding: 8px 14px;
    }

    Regards,

    #524794

    shweta
    Participant

    Hello Team,

    I am using the CSS provided by you on my website. However, sometimes when I open my website, the CSS code does not load properly, causing issues on the site. Interestingly, upon refreshing the page, the CSS code loads correctly, and the website is displayed properly. Could you please check this issue and help me resolve it?

    Website URL: https://akshatraghava.website/

    Best regards

    #524848

    Hung Pham
    Keymaster

    Hi shweta,

    It always takes time to load CSS or JS, but I tested your site on Incognite mode and it worked well.

    See recorded video for better understanding https://screenpal.com/watch/c0ltjLVHTX4

    Regards,

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