How to change the highlight colour (Icon theme)

dlapoin41
Tourist
14 0 2

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

Replies 10 (10)

KetanKumar
Shopify Partner
36839 3635 11972

@dlapoin41 

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

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

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

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dlapoin41
Tourist
14 0 2

Thanks Ketan! 

The url is www.greenroombody.com

Kinjaldavra
Shopify Partner
2302 570 1422

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;
}

 

dlapoin41
Tourist
14 0 2

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

Kinjaldavra
Shopify Partner
2302 570 1422

hello @dlapoin41 

can you please share your assets folder screenshot 

 

dlapoin41
Tourist
14 0 2

Here they are.. there are a few screenshots! 

Screen Shot 2021-07-21 at 10.29.20 AM.png

Screen Shot 2021-07-21 at 10.29.33 AM.png

Screen Shot 2021-07-21 at 10.29.27 AM.png

Screen Shot 2021-07-21 at 10.29.40 AM.png

    

Kinjaldavra
Shopify Partner
2302 570 1422

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

dlapoin41
Tourist
14 0 2

Thank you so much, looks way better!!! 

Kinjaldavra
Shopify Partner
2302 570 1422

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.

AnythingEC
Visitor
2 0 1

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