• I’ve asked a few times and can’t seem to get an answer, but to be fair I’ve asked amid other questions so this time I am asking specifically for this issue.

    In the forms, for registration or profile, the help ? pops up a little tool tip box with a dark background and tiny little 3 pt font nobody can read without a magnifying glass.

    I need to know where, exactly, that specific CSS style is located so I can lighten the background of that box and its respective pointer section, darken the font and make the font size bigger.

    I found the tool tip but all that does is change the background behind the question mark. I can’t right click the box because it’s on hover and I can’t actually put the cursor over it.

    Please respond and point me to the right location in the CSS, or provide a style for it that I can add to styles.css and override wherever it actually is.

    Thanks!

    • This topic was modified 2 years, 4 months ago by Delana Taylor.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @delanataylor

    Please target the following classes to add CSS:

    .um .um-tip {
        font-size: 16px;
    }
    Thread Starter Delana Taylor

    (@delanataylor)

    Thanks. I found that in the styles but that does not solve the problem.

    The dark brown box that pops up with the tiny white font is the problem.

    I need to change the color of that dark brown box and increase the font size. Using the snippet you provided and including the background styles only adds a background to the icon itself. I cannot find the specific location to change that brown box color or its font styles. The um um tip is not it. I promise it’s not it. That goes to the question mark icon. lol

    Please assist. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ToolTip PopUp Box Needs Fixing’ is closed to new replies.