Solved

Change Hover color of link for multi-banner headers

Amanda_Uprichar
Excursionist
42 0 12

Hi,

 

I have Prestige theme and I'm looking to change the hover color to #f58cc5

 

This is the header link I want changed from Blue to pink.

 

Screen Shot 2021-09-13 at 2.52.48 PM.png

Accepted Solution (1)

Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below code in bottom of  assets/theme.scss

a:hover {
           color: #e83e8c !important;
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12289 2547 3698

@Amanda_Uprichar 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

Denishamakwana
Shopify Partner
1408 173 231

Hi, Welcome to shopify Community.

Please share your store URL and if your store is password protected then please share password also.

Thank you.

 

 

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
Amanda_Uprichar
Excursionist
42 0 12

HI! Here is URL: https://amandauprichard.com

Ninthony
Shopify Partner
2330 350 1024

You can add this to the bottom of your theme.css.liquid file:

a:hover {
    color: #f58cc5;
}
If my solution helped you, please like it and accept it as the solution!
If you'd like to make any edits to your store, please send me a personal message and we can discuss what you'd like to accomplish 😄

Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below code in bottom of  assets/theme.scss

a:hover {
           color: #e83e8c !important;
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme