Re: Moving the AliReview Badge to centre on homepage, Dawn theme

Solved

Moving the AliReview Badge to centre on homepage, Dawn theme

jackthomasp
Excursionist
32 0 18

 

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
6148 1100 1476

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
6148 1100 1476

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
Excursionist
32 0 18

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
278 46 45

@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
6148 1100 1476

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
Excursionist
32 0 18

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

ZestardTech
Shopify Partner
6148 1100 1476

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
278 46 45

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
Excursionist
32 0 18

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

 

 

StudioEnchant
Shopify Partner
278 46 45

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
16375 2441 3190

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;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

oscprofessional
Shopify Partner
16375 2441 3190

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;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...