Adding a new column to default Footer?
Magento 2.4.7 I would like to add a new column to the footer of my store. The current default.xml looks like that: <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceContainer name=”footer”> <container name=”cms_footer_links_container” label=”CMS Footer Links” htmlTag=”div” htmlClass=”links” before=”footer_links” /> </referenceContainer> <referenceBlock name=”footer_links”>… Read More »Adding a new column to default Footer?