• Hi,
    It seems that the default text on the tracking page is white. How do i change it to black?
    thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pablo Pacheco

    (@karzin)

    Hello,

    I think it has nothing to do with this plugin if I’m not wrong.
    And I believe the text is not white. It’s gray for me.

    But if you still want to change the color you may try this css in your case:

    .eltdf-container p{
    color:#000;
    }

    You can add it on your appearance > customizer > additional css

    Thread Starter gadelichka

    (@gadelichka)

    Hi, thanks for your quick reply. The text you see is gray because i have added it on the page. The plugin text is below and it’s practically invisible – it creates huge white space above the form. If you try to select everything on the page, you will see it.
    The code didn’t change it.

    • This reply was modified 5 years, 9 months ago by gadelichka.
    Plugin Author Pablo Pacheco

    (@karzin)

    No problem.

    But I still think this plugin has nothing to do with the color.
    But I think you can do what you want with this:

    .eltdf-container p, .eltdf-container label {
        color: #000 !important;
    }

    But please, take a look on other pages of your site to make sure it’s ok

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font color’ is closed to new replies.