How To Change Font Weight For Copyright Title In Footer

Thanks in advance!

I’m looking to change the font weight and color for the copyright title in the footer section that works for mobile and pc. Example shown below.

https://decemberschild.com

password: dc

Hello @MMast

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find your section footer.liquid
  4. Add the following code in the bottom of the file add css

Best Regards,
Rakesh patel

Hello @MMast

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright { font-weight: 900 !important; color: #ef5252 !important; /*change color according to you/ }

techlyser_web_0-1719550562962.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.