Help changing Box color and message for Gift Certificate page in Dawn

Help changing Box color and message for Gift Certificate page in Dawn

cvette
Explorer
71 0 16

 

Can someone tell me how to change the word "Denomination" to "Amount".

Change all the boxes to white including the check box. 

Change the wording and bold the check box message. 

 

Thank you!!

 

Screenshot 2024-12-20 111611.png

Replies 11 (11)

Hasan112
Shopify Partner
152 11 21

Link please 

 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!
cvette
Explorer
71 0 16
qasim-devloper
Shopify Partner
143 9 19

Paste this code in base.css file please

.field__input, .customer .field input{
background-color: white !important;
}
.recipient-checkbox>svg{
    background-color: white;
}

In order to change the text from "Denomination" to "Amount" Please go to theme customize and go to Product page. After that search for price and you will see it's heading "Denomination" and you can make it "Amount"

 

- Need a Shopify Specialist? Chat on WhatsApp +923289643774

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

cvette
Explorer
71 0 16

Yes, this fixed it. 

How can I change the wording now for the "Denomination" to "Amount".

And also the check box message

qasim-devloper
Shopify Partner
143 9 19

You can change by going to theme Customization. 

  1. Here are the Steps.
  2. Go to admin Panel.
  3. Go to Online Stores.
  4. Click on Customize theme.
  5. Click on any product in the theme CUstomization.
  6. You will see many option from the left.
  7. Click on Pricing.
  8. You will see heading "Denomination" in the input box just make it "Amount".

 

- Need a Shopify Specialist? Chat on WhatsApp +923289643774

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

cvette
Explorer
71 0 16

Do you know how I can change the check box message itself?

Hasan112
Shopify Partner
152 11 21

@cvette wrote:

Crystal Lea Jewelry Digital Gift Cards


.color-scheme-7efa3f7c-c5c9-46b2-9162-afaebd3e8daa {
--gradient-background: #fff !important;
}


Note:
#fff is color code


Open the code , then open theme.liquid file  find 
{% style %}
And paste ur css here 
{% endstyle %}

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!

qasim-devloper
Shopify Partner
143 9 19

Could you please share your Store URL in order to make changings.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp +923289643774

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

Made4uo-Ribe
Shopify Partner
9703 2306 2881

Hi @cvette 

Check this one. 

Open your store go to admin > Products > select the gift card. 

Made4uoRibe_0-1734717310656.png

 

Choose variants you like to change. Click the heading.

Made4uoRibe_1-1734717352521.png

And after you click this will come out which you can add whatever name you like. 

Made4uoRibe_2-1734717391052.png

Then save. 

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

Made4uo-Ribe
Shopify Partner
9703 2306 2881

Change all the boxes to white including the check box. 

Change the wording and bold the check box message. 

For this one. Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.recipient-form>input[type=checkbox], .recipient-fields .field__input, .customer .field input {
    background: white;
}

label.recipient-checkbox span {
    font-weight: 900;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_3-1734717773700.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
cvette
Explorer
71 0 16

I was able to change the font to bold, but how do I change the message?