• Resolved 0815wpu

    (@0815wpu)


    The color of the page is green and white.

    If click through, some line are black. My questions is, how can I can change this color into white, without changinging the whole color of the page.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stephen Page

    (@camwynsp)

    Assuming you want something like this: https://d.pr/i/JKNeuj

    If you want the ctext olor to always be white, on any event page, you can change the global event text color in the Customizer.

    In the “Additional CSS” section add the following:

    :root {
       --tec-color-text-primary: #fff;
    }

    If you only want it for certain things and the Customizer options don’t cover those, you can use the above with specific selectors to target the elements you want to change.

    PS: you could also use --tec-color-text-primary: inherit; and it should inherit the theme font colors, if that is easier

    • This reply was modified 3 years, 5 months ago by Stephen Page.
    Thread Starter 0815wpu

    (@0815wpu)

    Sounds good,

    the thing is, that all letter, which were in black, are in white now.
    Please take a look on the single post..

    Plugin Support Truman

    (@tdorn)

    Hi there!

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

    Please feel free to open a new thread if any other questions come up and we’d be happy to help.

    Best regards,

    Truman

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some colors cannot be changed’ is closed to new replies.