• Hi,

    https://docs.ultimatemember.com/article/1364-customizing-form-fields-color
    says that
    “You can change the style and color of all Buttons globally from Appearance > Customize > General Styles > Form Fields.”

    Using 2.1.6 of the free version, I don’t see Customize under Appearance. Do I misunderstand what’s being said there, is it outdated, is it only available for paid users, or am I doing something wrong?

    In our situation, the characters on the tabs are white, in a white background, and hence unreadable.

    Any help appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @jehojakim

    It’s not part of the Ultimate member Core plugin. Link you shared is the documentation of UM Theme.

    You can use css to customize the tab font color. Can you please post your site address here or link where the issue is visible.

    Thanks

    Thread Starter jehojakim

    (@jehojakim)

    I’m afraid I cannot post a link to the site at this moment. It is still under construction on my local pc, and not yet ready to publish or share without infringing the (rather strict, as they should be) privacy laws applicable here (the Netherlands.)

    But maybe a more detailed description helps:
    In my case the issue is that, in a users profile menu, if one chooses to make changes, using the gearwheel icon,, one is presented a menu with four items: (“Edit profile”, “My account”, “Log out” and “Cancel”), which are presented white characters on white background. So only visible in the status bar of the browser.

    Thanks for reacting!

    Plugin Support Towhid

    (@cryptex_vinci)

    Hi @jehojakim

    Insert this css to change the text color:

    .um-profile.um .um-profile-headericon a {
        color: #607D8B !important;
    }

    Thanks

    Thread Starter jehojakim

    (@jehojakim)

    This works, thanks! Do you know where I can find these kind of knowledge, other than asking the questions here?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing color of text and back ground menu tabs’ is closed to new replies.