How to change the highlight colour (Icon theme)

Hi!

I’d like to change the highlight colour on my shopify theme. It’s bright blue right now and doesn’t look great. Here’s a link to a video of someone explaining to me that it’s part of the theme and not the klaviyo app.

https://www.loom.com/share/3e97d66190bc430b9235cc8be12beed6

@dlapoin41

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

hello @dlapoin41

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Thanks Ketan!

The url is www.greenroombody.com.

hello @dlapoin41

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

:focus {
    outline: #7e858a dashed 2px !important;
}

Thanks for the help! Unfortunately our theme doesn’t have assets/theme.css. Is there another folder I can edit?

hello @dlapoin41

can you please share your assets folder screenshot

Here they are.. there are a few screenshots!

hello please add this code to the stylesheet.css.liquid file at the end of file

Thank you so much, looks way better!!!

hi, I use Impulse theme. I have theme.css.liquid, and I pasted that code in there and it didn’t change anything. Any idea? thanks