How to change the color of my hover effect

Solved

How to change the color of my hover effect

PAUL8
Pathfinder
94 0 29

Hello, 
I have a hover effect on my store that shows which sizes are available. Can you help me change the black color to white with a little bit of black surrounding it? 
I use dawn theme. My store is womber.fr and the password is PROPAGANDAAA
Thanks,

PAUL8_0-1728847184506.png

 

Accepted Solution (1)

PaulNewton
Shopify Partner
7722 678 1628

This is an accepted solution.

@PAUL8 avoid spamming labels.

In a custom-css setting try something like the following:
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css 

.variant-list {
  background: black;
  padding: 4px;
}
.variant-item .status {
  color: white;
}

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


View solution in original post

Replies 2 (2)

PaulNewton
Shopify Partner
7722 678 1628

This is an accepted solution.

@PAUL8 avoid spamming labels.

In a custom-css setting try something like the following:
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css 

.variant-list {
  background: black;
  padding: 4px;
}
.variant-item .status {
  color: white;
}

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


PAUL8
Pathfinder
94 0 29

Hello, thanks because it's working, but can you help me to make that scale-up effect but only desktop? Thanks