Change text color of Judge Me reviews carousel

Solved

Change text color of Judge Me reviews carousel

bariqah1423
New Member
4 0 3

Hello.

 

I want to change the text color to #000000 (black).

 

Currently it is white, and I have seen no options to change it in app, meaning it is likely coding.

 

If I could have some help on this that would be great.

 

Store URL: bariqah.com 

 

bariqah1423_0-1738668439754.png

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9884 2354 2952

This is an accepted solution.

Hi @bariqah1423 

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:

 

section.jdgm-widget.jdgm-carousel.jdgm-carousel--card-theme.jdgm-carousel--done,
h2.jdgm-carousel-title, span.jdgm-carousel-number-of-reviews {
    color: black !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738680258509.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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.

View solution in original post

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
11023 2159 2305

Hi @bariqah1423 

You can do that by adding this code to Custom CSS in store admin > Sales channels > Online Store > Themes > Customize > Theme settings

html .jdgm-carousel-item__review-body {
    color: #000;
}

- Solved it? Hit Like and Accept solution!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Moeed
Shopify Partner
6737 1820 2202

Hey @bariqah1423 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.jdgm-carousel-wrapper * {
    color: black;
}
</style>

RESULT

Moeed_0-1738670039409.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
9884 2354 2952

This is an accepted solution.

Hi @bariqah1423 

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:

 

section.jdgm-widget.jdgm-carousel.jdgm-carousel--card-theme.jdgm-carousel--done,
h2.jdgm-carousel-title, span.jdgm-carousel-number-of-reviews {
    color: black !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738680258509.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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.

PageFly-Richard
Shopify Partner
4902 1102 1781

Hi @bariqah1423 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.shopify-app-block .jdgm-carousel-wrapper * {
    color: #000;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Felix-Judgeme
Shopify Partner
4 2 3

Hi there,

 

Here is Felix from Judge.me Support team and I hope you are doing well.

 

Regarding your concern, in case you are not familiar with coding and in order for my team and I to help you efficiently, can you reach us out via live chat or email (support@judge.me) with this query shared in detailed? Our dedicated Support team are available 24/7 to assist you with this.

 

Looking forward to hearing from you.