Home Forums WoodMart support forum 404 page

404 page

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

    shiyanthan
    Participant

    Hi,
    Please check attachment.

    I need to remove POST search OR instead is it possible to add product search ?

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

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings available to change the search type.

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

    .error404 .page-content>.wd-search-form {
        display: none;
    }

    Best Regards

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