I want to create customre headers and foots becased on the selected collection but I do not see a way within the tmplate setup to dxo this. I have created several different collections each with their own settings but when I change the header or footer on one collection, they ALL change to the same. The point of a collection is to have its own setup. So how do I do this?
You can customize it by using add CSS code for each collection
{% if collection.handle == " // collection handle goes here" %}
//Your CSS code goes here
{% endif %}
Isnt the whole point of using templates is to select those options and by having multiple options without having to create code? Why is there not a section that allows multiple header and footer designs and then on those collection pages, be able to chose which to display?
You can contact developer of theme or hire an expert so they can develop this feature for you in this case.
Thats not a great answer but it is what it is - go spend more money.
The header and footer are static sections, meaning that they appear on every page with the same styling, you need to hire someone to make different dynamic headers and footers that can be applied to specific pages, or simply use coding to change the styling if certain conditions is met,
But again, if I am usig a template driven layout, I should not have to customize code?
But again, perhaps the chosen template lacks proper development.
Yes, the template needs some changes to turn it into dynamic template.