Can’t Edit Text Underline Decoration
-
No matter what I do I can’t seem to edit button text decoration.
I have added a class under the advanced settings menu. I can use this class to set text transform (all caps, etc.). But I can’t get it to work with text decoration. I’m trying to simply remove the underline.
CSS Example:
a.buttonEdit:hover {
text-decoration: none;
}OR…
.buttonEdit a {
text-decoration: none;
}I couldn’t find a setting for this in the MaxButtons plugin settings, any help is appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can’t Edit Text Underline Decoration’ is closed to new replies.