Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Hi @bariqah1423
TRy this one.
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;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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.
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
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hi @bariqah1423
TRy this one.
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;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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.
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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025