Shopify themes, liquid, logos, and UX
Hi
The start colour at my home page is coming in black colour. I am using judge.me app for reviews and the primary colour is set as yellow. The start colours are coming correctly on product page, but on the home page at the featured collection the star colours are in black. Not sure why this is happening, pls helpp!!
This is my website : https://f40566-d3.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hi there,
Thank you for starting the thread!
Upon checking the current star ratings shown on your home and collection pages are not related to our app Judge.me. I believe they are part of your current theme, but I can surely help guide you on how to add them, as you would need to place our star rating code to your collection page file. Kindly follow the steps below:
Note: This is a bit of general steps for the Dawn theme, but it can differ depending on the versions. Since we don't have direct access to your theme, we can't give more accurate steps. However, please feel free to shoot us an email at support@judge.me and our support team would be happy to assist you further.
This is an accepted solution.
Hi @RaghavGoel1
check this one if it work,
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.rating-star:before {
content: "\2605\2605\2605\2605\2605";
background: #FDB800;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
u need this type i think
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
This is an accepted solution.
Hi there,
Thank you for starting the thread!
Upon checking the current star ratings shown on your home and collection pages are not related to our app Judge.me. I believe they are part of your current theme, but I can surely help guide you on how to add them, as you would need to place our star rating code to your collection page file. Kindly follow the steps below:
Note: This is a bit of general steps for the Dawn theme, but it can differ depending on the versions. Since we don't have direct access to your theme, we can't give more accurate steps. However, please feel free to shoot us an email at support@judge.me and our support team would be happy to assist you further.
Thanks for the solution. I have added the code as you said and it is working.
But I dont want the "No. of reviews" besides the stars to be bolded. I want it something like this:-
Also the reviews are looking very smooshed with the title and product description. Can you help in spacing out the reviews evenly between the title and description.
Thanks again for the help!
Hello @RaghavGoel1,
I am glad that helped! To remove the boldness from the star rating text and add some spacing between the title and stars, please add the following CSS code to the bottom of your base.css file:
.card__information .jdgm-prev-badge {
font-weight: normal !important;
margin-top: 5px !important;
}
You can adjust the the value of margin-top from 5px to a different value depending on your preferences.
Feel free to let me know if you need help with anything else!
This is an accepted solution.
Hi @RaghavGoel1
check this one if it work,
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.rating-star:before {
content: "\2605\2605\2605\2605\2605";
background: #FDB800;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much for this! The code works perfectly. Can you help me make the star ratings look like this :-
Would be amazing if you could help with this. Regardless, thank you once again!
Welcome, but you already have like this.
Also the smaller stars is not and app, its from the theme.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024