• Resolved jordangutts68

    (@jordangutts68)


    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)
  • Thread Starter jordangutts68

    (@jordangutts68)

    Okay I’ve fixed it. Was simply a CSS specificity issue.

    Needed something more like:

    #main .cb-entry-content .buttonEdit a {
    text-decoration: none;
    }

    Plugin Author Bas Schuiling

    (@basszje)

    So it’s fixed? Sounds good. Very often it’s theme related settings that’s applying these underlines.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t Edit Text Underline Decoration’ is closed to new replies.