Home Forums WoodMart support forum Single Product Page Edits

Single Product Page Edits

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #385139

    tekeci
    Participant

    Hello. I need some edits on my single product page.

    1) ADDITIONAL INFORMATION -REVIEWS (0) – SHIPPING & DELIVERY tabs are uppercase. It need to be capitalize.

    2) When I hover quantity box, black borders appears. How can I remove this hover effect?

    https://drive.google.com/file/d/1PvQ0rqxahzSK4RH_5csmfTMvbr7LnI8P/view?usp=sharing

    3) How can I add “Add to wishlist” button?

    4) How can I add text list like that on product page?

    https://drive.google.com/file/d/16ZZKAi443H3ak0XSwQw0CtvrU8JKbV0z/view?usp=sharing

    #385296

    Hello,

    1.Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    span.nav-link-text.wd-tabs-title {
    text-transform: capitalize;
    }

    2. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    div.quantity input[type=”number”]:hover {
    border-color: rgba(0,0,0,.1);
    }

    3. Please Go to Theme Settings >> Shop >> Wishlist and enable it.

    4. You can try adding text in the after add to cart text area under Theme Settings >> Single Product >> Add to cart options.

    Screenshot: https://gyazo.com/8ba79c4bb564e3f7a7d95ef3dc9af9a8

    Best Regards

    #385723

    tekeci
    Participant

    Thank you for others. But 2) doesnt work.

    #385874

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    div.quantity input[type="number"]:hover {
    border-color: rgba(0,0,0,.1);
    }

    Best Regards

    #387315

    tekeci
    Participant

    Sorry, still same..

    #387437

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    div.quantity input[type="number"]:hover {
        border: 1px solid #e5e5e5 !important;
    }

    Best Regards

    #387926

    tekeci
    Participant

    Please replace the previous Custom CSS with the following then check back.

    1) Sorry. Still same…

    2) I setup Stripe and The text “OR” appeared next to the Add to cart button. How can we remove it?

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

    Hello,

    1. Your issue has been Resolved. Please clear cache and check back.

    2. I am unable to see the text. Please provide the URL of the product to check it myself and help you out accordingly.

    Best Regards

    #388065

    tekeci
    Participant

    1. I clear cache and still same. Sir can you please solve this because I have been waiting for 10 days.

    2. You can see on all single product page:

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

    Hello,

    1. This issue is already resolved. Please clear your cache and check back. You can also try using different browsers.

    2. I am still unable to see the text.

    Best Regards

    #388372

    tekeci
    Participant

    Thank you. It is solved!

    #388377

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Single Product Page Edits’ is closed to new replies.