I can’t figure out why this text style looks different on the designer (light gray bottom border) than in the preview/published site (black bottom border). I would like it to be like in the designer.
hi @ed9333 you are experiencing this behaviour because your border color is overwritten with border color in your animation. Once you will set initial state of border to desired color #b5b8be all will work as expected. This mean you do not need to set border color in standard Border tab as you have now because you are setting border initial color in animation. Or just delete initial value in animation and keep only value for hover (purple) Hope that make sense.