hello, anyone knows how I can remove this error at the top? I deleted an avada liquid from the code after uninstalling it but I’m not sure why this has to show
1 Like
Hello @dinina .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
1 Like
Hi @dinina
Please login to your store admin > Sale channels > Online store > Themes > click “…” in the current theme > Edit code > open theme.liquid file, find and remove this line of code and save your file
{% render 'avada-seo' %}
1 Like
- Here is the solution for you @dinina
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
#diinina-home text {
display: none !important;
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like
you are a life saver thank you
1 Like
thank you
1 Like
thanks, i managed
1 Like
Very welcome!


