Dear community
I would like to remove the titles “Brand”, “Services” and “Legal”. How can I do this?
Dear community
I would like to remove the titles “Brand”, “Services” and “Legal”. How can I do this?
Hello @admintb
Its Artzen Technologies! We will be happy to help you today.
The title from the footer can be removed from the customize only. In the below screenshot I have attached you can see the heading. There you can remove that and it will not show the heading on the frontend. Or else it can be done using CSS by making footer heading display none.
If this solution helped you then please mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies
Hi @Artzen_tech
I can’t see the heading field.
When I change the highlighted text to “none”, the title is not displayed. However, it looks like this:

Not all on the same line:
Can I have the store preview, for better understanding and better solution.
Hello @admintb

In my opinion, instead of this above mentioned condition you can try and apply a simple css which is simple and easy. The CSS which will not take the space and make it display none is:-
.Footer__Title{
display: none;
}
Here i will show you practically.
No uneven space is taken by the link and it is simply hidden without any condition or extra effort.
If this solution helped you then please mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies