• Resolved pgslwebmaster

    (@pgslwebmaster)


    Good morning, within the member directory, all of my email addresses are invisible due to white text on a white background, it only becomes visible when you hover over.

    I am currently using a child theme and have inserted the CSS from here (https://docs.ultimatemember.com/article/270-how-to-change-default-ultimate-member-blue-color-using-css) and have attempted to make several amendments such as the below to avail:

    .um a.um-link {
    color: #666666 !important;
    }

    `.um .um-field-value a:link {
    color: #666666 !important;
    }
    .um .um-field-value a:hover {
    color: #9C1C1F !important;
    }
    .um .um-member-metaline-user_email a:link {
    color: #666666 !important;
    }
    .um .um-member-metaline-user_email a:hover {
    color: #9C1C1F !important;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @pgslwebmaster

    Please try the following:

    .um-member-tagline.um-member-tagline-user_email a{
       color: #666666 !important;
    }
    
    .um-member-tagline.um-member-tagline-user_email a:hover{
       color: #9C1C1F !important;
    }

    Regards,

    Thread Starter pgslwebmaster

    (@pgslwebmaster)

    Hi Champ Camba, i’ve amended my child theme’s stylesheet with the above but unfortunately it has not resolved it.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @pgslwebmaster

    Do you have a link to your member directory page so I can check the issue?

    Regards,

    Thread Starter pgslwebmaster

    (@pgslwebmaster)

    Hi @champsupertramp,
    if you can PM, I’ll email you directly login details so you can have a look.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @pgslwebmaster

    Sorry for the late response.

    Are you still having issues?

    The following CSS works on our end:

    .um-member-tagline.um-member-tagline-user_email a{
       color: #666666 !important;
    }
    
    .um-member-tagline.um-member-tagline-user_email a:hover{
       color: #9C1C1F !important;
    }

    Regards,

    Thread Starter pgslwebmaster

    (@pgslwebmaster)

    Morning,
    thanks for the reply – I can confirm the issue is now resolved due to the above.
    My child theme was failing to import its stylesheet due to an error in the import function – it had a trailing . in the path name.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @pgslwebmaster

    Thanks for letting us know.

    Regards,

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Link / email color’ is closed to new replies.