How can I add a second copyright row to my website's footer?

Hello,

im using dawn theme

i want to add below the copyrights row on footer another row saying this website was built by…

can anyone help me how can I do it?

https://pandacigars.com/

PAss- sawfri

Thanks

@NoapeledMercier - this will need little code editing

would you be able to help with that code?

@NoapeledMercier - are you familiar with code editing? if yes then can provide you the code, else if you can accept me as collaborator then can send request and can do it for you

i am familiar with code editing

i would really appreciate you providing the code!

@NoapeledMercier - ok thn in footer.liquid template, you will have footer__content-bottom and in that footer__column–info

please add below html code, before the for this footer__column–info


     <small>this website was built by... </small>

1 Like

thank you!