What's your biggest current challenge? Have your say in Community Polls along the right column.

Cookie banner issue

Cookie banner issue

ChoobShop
Tourist
30 0 2

Hello,

Hope everyone is doing well. I need help with the placement of the buttons that Shopify suggests. 
I want to swap the button and make the "Accept" button bold. Is there a way to swap it and bold it? 

If only one of the things can happen, I will be more than happy. 

Thanks in advance! 

Screenshot 2024-07-01 at 18.41.03.jpg

Replies 6 (6)

Moeed
Shopify Partner
6353 1721 2079

Hey @ChoobShop 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

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


ChoobShop
Tourist
30 0 2

Hey, 

Thanks for the quick response! 

https://www.choobshopbg.com/
pass: 112233

Cheers!

Vivek_goyal
Shopify Partner
54 5 14

Hi @ChoobShop ,

 

Hope you are doing well.

 

To set the font of "Accept" button bold, you can use the custom css feature of Shopify.

Here are the steps to follow -
1. Go to Shopify admin > Online Store > Themes
2. Click on cusomtize button for curent theme
3. From left menu, click on the theme settings button.
4. In the left section, scroll to Custom CSS and add following CSS code -

 

#shopify-pc__banner__btn-accept {
 font-weight: bold;
}

5. Click on save button.

 

Here are the screenshot for reference -

Vivek_goyal_0-1719850088250.png

Vivek_goyal_1-1719850101080.png

 

 

 

Also, here is a demo video to add Custom CSS in Shopify theme -

 

 

Thanks & Regards,

Vivek

 

 

 

 

ScalePrint Designer & Variants: Offer customizable products in your Shopify store with ease. (Try for free)
Need a Shopify developer? Hire Us
Email: info@scaleupprint.com For Shopify tips & tricks follow our YouTube channel
ChoobShop
Tourist
30 0 2

Hey there,

Thank you so much. I did it, and it went bold. So far, so good.

If we get a solution on how to swap the buttons - it would be more than great. I hope to find a way to make ti happen. 

Cheers!

ChoobShop
Tourist
30 0 2

Hey @Vivek_goyal,

Is there a chance to make it like that - the "Accept" button? 

Thanks in advance! 

Screenshot 2024-07-01 at 22.33.55.png

Vivek_goyal
Shopify Partner
54 5 14

Hey @ChoobShop 

 

Yes, we can do it. The existing custom CSS code will be updated to -

 

#shopify-pc__banner__btn-accept {
  font-weight: bold;
  background: black;
  color: white;
}

 

Here is screenshot for reference -

Vivek_goyal_0-1719902440158.png

 

 

Thanks & Regards,

Vivek

ScalePrint Designer & Variants: Offer customizable products in your Shopify store with ease. (Try for free)
Need a Shopify developer? Hire Us
Email: info@scaleupprint.com For Shopify tips & tricks follow our YouTube channel