Dawn Theme - How to add multicolumn section to footer

Dawn Theme - How to add multicolumn section to footer

xnyjyh
Trailblazer
390 0 44

Hello, how to add the section multicolumn section to the footer in the dawn theme? Thanks

Replies 5 (5)

BSS-Commerce
Shopify Partner
3477 463 549

Hi @xnyjyh ,
We're BSS Commerce - Shopify Partners & Experts providing Shopify apps and Store Development on Shopify & Shopify Plus.
Can you kindly share the details of your problem (screenshot/ record) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
xnyjyh
Trailblazer
390 0 44

I Have already resolved the problem. But perhaps you can. Help on another topic? I'm trying to get the icon/image to be inline on the left side of the text/title rather than default top.

BSS-Commerce
Shopify Partner
3477 463 549

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
BSS-Commerce
Shopify Partner
3477 463 549

Hey @xnyjyh ,

Please follow these steps:

Step 1: Go to admin -> Themes -> Edit code

view - 2024-01-17T162100.740.png

Step 2: Find the base.css file and add the code at the beginning of the theme.liquid file behind the <head> tag

view - 2024-01-17T162145.944.png

    {% style %}
      section#shopify-section-sections--15002690191462__5bda004a-3ebf-4cbd-b81e-a8647d2a3ce4 {
          display: none;
      }
            
      a.header__heading-link.link.link--text.focus-inset {
          opacity: 1 !important;
          display: block !important;
      }
    {% endstyle %}

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
xnyjyh
Trailblazer
390 0 44

I found an easier way. I just deleted the "footer" in the  "disabled on" in schema of multicolumn.liquid. Worked like a charm. Now have full functions in the theme editor and shows now in footer section.