• hi guys, pls help me change “white” text color in UM button using custom CSS. I have already set everything up as I wanted and only this remains.

    Screenshot

Viewing 8 replies - 1 through 8 (of 8 total)
  • .um-button {color:red!important;}

    Thread Starter AlexMS

    (@hthsrtdtuk)

    I don’t need to change the color of the text when hover on the button
    It looks like the button when hover

    • This reply was modified 6 years, 4 months ago by AlexMS.
    • This reply was modified 6 years, 4 months ago by AlexMS.

    This is super basic CSS and nothing to do with the plugin. Im answering all the easy questions in hope that the guys will fix the actual bug I reported.

    CSS:
    .um-button {color:red!important;}
    .um-button:hover {color:red!important;}

    Change colours as you wish for normal and hover.

    Thread Starter AlexMS

    (@hthsrtdtuk)

    Thank you very much! I don’t know CSS, so I ask… sorry if my question irritated you.

    And maybe someone can help me change the color of this button in profile? Screenshot I have no idea what it is called in CSS

    No problem, I’m just hoping the fix my issue asap!

    This will overwrite all the icon colours…

    .um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #3ba1da; // Change colour here
    }

    Thread Starter AlexMS

    (@hthsrtdtuk)

    not working

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @hthsrtdtuk,

    Have you tried adding !important attribute e.g. color: #3ba1da!important;

    Regards.

    Thread Starter AlexMS

    (@hthsrtdtuk)

    yep, not working
    I seem to be doing something wrong ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Custom text color UM button’ is closed to new replies.