Changing the footer year all rights reserved Sahara theme

Solved

Changing the footer year all rights reserved Sahara theme

deep_wrinkle
Excursionist
35 0 9

Hi there, looking to change the year on the footer for the all rights reserved...for some reason it still says 2024 on this page.Screenshot 2025-02-21 at 1.02.14 PM.png

Accepted Solution (1)
LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @deep_wrinkle 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.footer-right p:after {
    content: "© 2025, B.SELFIE® - All rights reserved." !important;
    font-size: 12px !important;
}

.footer-right p {
    font-size: 0 !important;
}

 

Result 

LizHoang_0-1740198146790.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 6 (6)
deep_wrinkle
Excursionist
35 0 9

LizHoang
Shopify Partner
1251 159 196

Hi @deep_wrinkle  i see its 2025. please double check on this

LizHoang_0-1740188646431.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
deep_wrinkle
Excursionist
35 0 9
LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @deep_wrinkle 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.footer-right p:after {
    content: "© 2025, B.SELFIE® - All rights reserved." !important;
    font-size: 12px !important;
}

.footer-right p {
    font-size: 0 !important;
}

 

Result 

LizHoang_0-1740198146790.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
deep_wrinkle
Excursionist
35 0 9

thank you so much 🙂

deep_wrinkle
Excursionist
35 0 9

I have another issue...when you press "get mine now" it should take you to the buy box section at the bottom of the page. It does It on our other store but it doesn't seem to work here.

 

Screenshot 2025-02-22 at 2.59.07 AM.png