Valisco Posted February 23, 2023 Share Posted February 23, 2023 Hello! I would like to make the following changes to the product review section if possible: Change case of "Reviews" to all uppercase and/or change "Reviews" to say something else Remove the underline from the hyperlink to the product each review is referencing Change the color of the stars/"average store rating" under the title "Reviews" Change the color of the stars in each review https://www.valiscosupply.com/products/p/double-braided-collar-two-color Above is the link to a product with only store reviews. https://www.valiscosupply.com/products/p/convertible-training-tab Above is a link to a product with a product specific review. Thank you! Link to comment
Solution tuanphan Posted February 27, 2023 Solution Share Posted February 27, 2023 Add to Design > Custom CSS div.ReviewTabsTitle h2 { visibility: hidden; } div.ReviewTabsTitle h2:before { visibility: visible; content: "SOMETHING ELSE"; } a.productLink { text-decoration: none !important; border: none !important; } div.averageStars path { fill: #ff0 !important; stroke: #ff0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Valisco Posted March 8, 2023 Author Share Posted March 8, 2023 You're amazing!! Thank you SO much!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment