With thanks to support I have updated the old cookie consent that was included with the Swift V1 template to the newer version included in the later release of Swift.
The layout sets the consent at the top of the page pushing content down, its fine as is and is gone in a click, however I wanted to site it at the bottom so not too intrusive, very easy, just add the following to your css (change button and text colours to fit with your design):
This sets it in the left corner at the bottom of the page:
The layout sets the consent at the top of the page pushing content down, its fine as is and is gone in a click, however I wanted to site it at the bottom so not too intrusive, very easy, just add the following to your css (change button and text colours to fit with your design):
Code:
.termsfeed-com---palette-light .cc-nb-okagree { color: #fff; background-color: #006caf!important;} .termsfeed-com---palette-light .cc-nb-reject { color: #fff; background-color: #006caf!important;} .termsfeed-com---palette-light .cc-nb-changep{ color: #fff!important; background-color: #000!important;} .termsfeed-com---nb .cc-nb-main-container {padding:10px!important;} .termsfeed-com---nb-headline {position:fixed!important;margin:10px!important;border:1px solid #bbb;text-align: center!important;max-width:300px!important;}
Comment