Home Forums WoodMart support forum How to turn off underline bar under product name

How to turn off underline bar under product name

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #644240

    dhndigitalmarketing
    Participant

    Please guide me how to turn off the underline bars on product names when using search engine

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

    Hung Pham
    Keymaster

    Hi dhndigitalmarketing,

    Thanks for reaching to us and appreciate your patience.

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

    div.autocomplete-suggestion .wd-entities-title strong {
        text-decoration: none;
    }

    Regards,

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