Text Decoration Override SCSS
User a { color: $primary; text-decoration: none; transition: color 0.3s ease, text-decoration 0.3s ease; display: inline-block; &:hover { color: $primary; text-decoration: underline; //border-bottom: 1px solid $primary; } &:visited { color: $primary; text-decoration: underline; //border-bottom: 1px solid $primary; } &:active { color: $primary; text-decoration: underline; //border-bottom: 1px solid $primary; } } prevent text-decoration underline for elementor-button-wrapper […]