Looking for Help – Klaviyo Reviews + Ella Theme Styling Issues (Willing to Pay)

Hi everyone, I’m using the Klaviyo Reviews app with the Ella theme and running into a couple of design issues.

I can’t seem to fix on my own.

The issues:

  1. Star icons have borders – Black on desktop, blue on mobile, even though borders are turned off in Klaviyo settings.
  2. Oversized icons – Arrows and the close (X) button in the review modal and carousel are way too big and overflow their containers.

Here’s an example on our site: https://brickmotors.co/products/porsche-911-930-rwb-2

If anyone has fixed this with the Ella theme (or knows how to), I’d really appreciate the help

Happy to pay someone who can jump in and fix this quickly. Thanks!

Email: support@brickmotors.co

3 Likes

Hey @brickbybrick

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 tag


RESULT:

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

Best Regards,
Moeed

Hello @brickbybrick

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.kl_reviews__star {
stroke: none !important;
outline: none !important;
border: none !important;
}