Moving the AliReview Badge to centre on homepage, Dawn theme

Solved

Moving the AliReview Badge to centre on homepage, Dawn theme

jackthomasp
Tourist
8 0 4

 

Hey guys,

 

I was wondering if anyone had some advice on how to move the Ali Reviews trust badge to centre align on my homepage, www.stretchpro.com.au. Please see pic attached.

 

Thanks!

 

stretchpro web alter 1.png

 

Accepted Solution (1)
ZestardTech
Shopify Partner
5724 1050 1383

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Top of the file:

 

.alireviews-review-badge .alr-rv-badge-highlight {
text-align: center!important;
}

 

ZestardTech_0-1698661142330.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 11 (11)

ZestardTech
Shopify Partner
5724 1050 1383

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.alireviews-review-badge .alr-rv-badge-highlight {
text-align: center!important;
}

 

ZestardTech_0-1698658741938.pngZestardTech_1-1698658750727.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
jackthomasp
Tourist
8 0 4

Thanks for your quick reply. I entered the code you provided like so on the base.css yet nothing seemed to change. Do you have any idea why? Thanks

 

 

 

alirevoews.jpg

StudioEnchant
Shopify Partner
245 40 38

@jackthomasp 

This code will work for you:

.alireviews-review-badge {
    display: flex;
    justify-content: center;
}
If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.
ZestardTech
Shopify Partner
5724 1050 1383

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Top of the file:

 

.alireviews-review-badge .alr-rv-badge-highlight {
text-align: center!important;
}

 

ZestardTech_0-1698661142330.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
jackthomasp
Tourist
8 0 4

thanks so much, putting it at the top has worked. 

ZestardTech
Shopify Partner
5724 1050 1383

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

StudioEnchant
Shopify Partner
245 40 38

Hey @jackthomasp,

Simply add the following code to the bottom of your base.css file:

.alireviews-review-badge {
    display: flex;
    justify-content: center;
}

We hope this helps you achieve the requested change. If you encounter any problems while implementing our solution, please don't hesitate to reply here, and we'll be more than happy to assist you!

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.
jackthomasp
Tourist
8 0 4

Thanks for your quick response, unfortunately nothing changed when I did this. Thanks

 

 

StudioEnchant
Shopify Partner
245 40 38

Can we send you a collaborator request so we can solve the problem for you?

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.
oscprofessional
Shopify Partner
16115 2409 3121

Hello @jackthomasp 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.alr-rv-badge-highlight {
    text-align: center !important;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

oscprofessional
Shopify Partner
16115 2409 3121

Hello @jackthomasp 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.alireviews-review-badge * {
    text-align: center !important;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free