Viewing 13 replies - 1 through 13 (of 13 total)
  • Doesn’t show in the customiser for me either but the CSS here works: https://docs.ultimatemember.com/article/270-how-to-change-default-ultimate-member-blue-color-using-css

    Plugin Support Towhid

    (@cryptex_vinci)

    Hi @cebuss @antcrescendo

    Documentation link mentioned above is for the UM Theme. It’s not a part of the Ultimate Member core plugin.

    Thanks

    @cryptex_vinci

    Aha, thanks, that explains why the problem was a surprise to me lol

    Thread Starter antcrescendo

    (@antcrescendo)

    @cryptex_vinci @cebuss

    Thank you for the quick response. Would you gentlemen happen to know how to change the color of some predefined text that is set by default in UM and how to add a logo to emails?
    https://postimg.cc/681Pff5M
    https://postimg.cc/949j4ntd
    I provided an example of what I am trying to achieve above.

    Any support would be greatly appreciated.
    thanks,

    @antcrescendo

    Text

    Target that specific text with the following CSS:

    .um-field-block {color: #960e0e;}

    Bear in mind that if um-field-block is used in other places it will affect it too.

    Logo

    Not sure the correct way to do it (is there a {site_logo} default?) but you can edit the emails in the backend (Ultimate Member > Settings > Email) and add a new div just above the “site_name” div along the lines of:

    <div style="display: block; margin-left: auto; margin-right: auto; width: 100px;">?<img src="https://URL-TO-YOUR-LOGO" alt="Site logo" /></div>

    • This reply was modified 4 years, 3 months ago by Diabolo.
    • This reply was modified 4 years, 3 months ago by Diabolo.
    Thread Starter antcrescendo

    (@antcrescendo)

    @cebuss, Thank you For helping me out!

    Thread Starter antcrescendo

    (@antcrescendo)

    @cebuss, Thank you for your support. When I placed the shortcode in my theme > addition CSS section, the text color doesn’t change. Keep in mind that I change the Hex code to my preferred color of choice. I was wondering where I went wrong? thanks

    Strange, just tested again (a few colours) and works here. Do you have a cache plugin and if so did you clear the cache? If it’s not cache try this:

    .um-field-block {color: #ffffff !Important;}

    Thread Starter antcrescendo

    (@antcrescendo)

    I am boggled as well. Please see the screencap below.
    https://postimg.cc/TpmpnBSk
    You will notice that in the screencap there is custom CSS that allows me to customize the color of the buttons in UM. Could it be that the CSS code seen in the image above is interfering with the shortcode you provided?

    I also cleared my cache.

    Thank you again for your patience and for sharing your knowledge.

    • This reply was modified 4 years, 3 months ago by antcrescendo.

    Nope, the CSS you have above it doesn’t target that text. More than a little puzzling.

    If it’s urgent, as a temporary fix until you figure out why it’s not taking affect(it will be written over every time UM is upgraded), you could change the core CSS file if you have access to the backend. It’s line 392 in “plugins/ultimate-member/assets/css/um-styles.css”.

    Thread Starter antcrescendo

    (@antcrescendo)

    @cebuss,

    Thank you once again!

    Thread Starter antcrescendo

    (@antcrescendo)

    @cebuss,

    I figured it out! I placed the shortcode at the very top and the color of my text changed!

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hey there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘UM not appearing in custom theme’ is closed to new replies.