• Dying here. Posted this under the topic Help ?? and realized that it’s not specific enough.

    Can’t find the setting to adjust the font of the User Description Field. I’ve abandoned the Ultimate Member form appearance settings and now think it’s somewhere in the Divi theme.

    Killing me. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,
    You can customize all you want by overriding UM-styles in theme custom css settings.
    First you have to find the correct class from plugins/ultimate-member/assets/css
    With this case, you can replace the font color with adding this to theme custom css:
    .um-meta-text {
    margin: 6px 0 0 0;
    color: #d2416c;
    line-height: 1.4em;
    font-size: 13px;
    }

    You need only that line, what you are changing in common. To be sure, add !important to the end:
    color: #d2416c !important;

    br,

    -matti

    Hi matti,

    I am having the same problem with all of the frustrations described above.. I did add the snippet above in the um-styles.css file with the color #000000 (because I wanted it black), but there has been no change in the User Description.

    Am I missing something?

    Thanks
    Erik

    Hi,
    Add this to theme’s custom css from admin panel.
    Otherwise all updates overwrites this in um-styles.css

    br,

    -matti

    Matti,

    Thanks. Forgive my ignorance, but are you referencing the admin panel on the back end of the WP site, or the admin panel for the web host (server)? I’m using the sungit lite theme, which has a bunch of css files in the assets folder. I am not seeing a file called custom css, in any case.

    Thank you for any further insights or specificity ahead of time.

    Best,
    Erik

    Hi,
    I’m referring to wordpress admin panel. There you have Appearance and customize-link.
    If you have in theme features custom css, you can add this to there.

    br,

    -matti

    In common, if someone got the point for these issues.
    I had to override all my over 60-plugins css to match the site design. Started to create my own plugins for functionality in some cases.
    What about, if there could be a custom.css file, like with languages. Where to customize all visual settings of plugin.

    let’s wait about this,

    -matti

    I tried what you suggested

    but this did not work. I am still searching the various css for the theme and plugin to see if this change will work. It seems like the writers for UM intentionally made this type of change difficult.

    Please let me know if you have any other ideas.

    Best,
    Erik

    Well, it is working in my case.
    If your cache is keeping it with old style. Try to reset your cache.

    Remove also that default text from beginning. Leave only your custom css there.

    There is all ways possibility that some other plugin use same class-name, but you can find that by searching with um-meta-text and meta-text in your plugins folder.
    I have my site as sandbox in my laptop, so there is much easier to find and fix this kind of issues.

    br,

    -matti

    stankosy

    (@stankosy)

    Good evening gentlemen,
    This is the only thread I could find on user description here.
    Can anyone tell how to disable the user description? I do not find any option on that in the plugin. Only possible to disable the view, but editing is then still enabled..
    Would appreciate your help!
    Have a great eve!
    Cheers!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘User Description Font Color’ is closed to new replies.