Removing HTML block from 404 page
-
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!
Hello,
You can find this option in the page setting https://xtemos.com/docs/woodmart/product-page-options/
Best Regards
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!
Hello,
Please provide the site admin access to the private area I will check and suggest.
Best Regards
Here is the site access. Thank you in advance
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
Fantastic. Thank you 🙂
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Removing HTML block from 404 page’ is closed to new replies.