Home Forums WoodMart support forum Removing HTML block from 404 page

Removing HTML block from 404 page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #138776

    ToriTori38
    Participant

    I have an HTML block in the prefooter on each oage of the site but I did not want it on the 404 page. Can I remove it from that page somehow? Thanks in advance!

    #138798

    Hello,

    You can find this option in the page setting https://xtemos.com/docs/woodmart/product-page-options/

    Best Regards

    #138828

    ToriTori38
    Participant

    Hello Elise,

    I do not understand sorry. I am just trying to disable the prefooter showing on the 404 error pahe, not on any other pages.

    From the page settings, I do not see any information about the 404 page. Can you explain better?

    Thank you!

    #138850

    Hello,

    Please provide the site admin access to the private area I will check and suggest.

    Best Regards

    #138854

    ToriTori38
    Participant

    Here is the site access. Thank you in advance

    #138900

    Hello,

    The theme has the option to remove the pre-footer from custom 404 page which is set in the Theme options > General.

    Please add this code to the Theme Settings > Custom CSS > Global to remove from yours:

    .error404 .woodmart-prefooter{
    display: none;
    }

    Best Regards

    #139035

    ToriTori38
    Participant

    Fantastic. Thank you 🙂

    #139060

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Removing HTML block from 404 page’ is closed to new replies.