Home Forums WoodMart support forum Removing of one word

Removing of one word

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

    WhoDat
    Participant

    And removal of one word in product description…

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

    WhoDat
    Participant

    Can you also change button to look like that. Full width also on mobile.

    #383660

    Hello,

    This text is coming from a third party plugin.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to hide it.

    .single-product .leanpay_or {
        display: none;
    }

    Best Regards

    #383947

    WhoDat
    Participant

    So the line is now gone from plugin.
    Can you now add it on theme level…

    #384054

    Hello,

    Please replace the previous Custom CSS with the following. It will remove only the text.

    .single-product .leanpay_or span {
        display: none;
    }

    Best Regards

    #384059

    WhoDat
    Participant

    Done. Thank you.

    I also opened another POST, after updating theme…
    If you can check it.

    Would be much appreciated.

    #384060

    Hello,

    You are Most Welcome.

    Please wait for your other topic to be replied.
    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 7 posts - 1 through 7 (of 7 total)

The topic ‘Removing of one word’ is closed to new replies.