• Resolved jktorres30

    (@jktorres30)


    Hello, was wondering if there’s any way at all to change the text color of the license keys under the “My Account” section of the Woocommerce website? Currently using a Dark Theme For The Website, so only way they can see their license key if they hover over or click on it since clicking on it will copy it clipboard as it’s setup that way.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Darko G.

    (@darkog)

    Hey @jktorres30 ,

    Best way to adjust the license code color is to add CSS through Appearance > Customize section in your website’s admin area as follows:

    .dlm-myaccount-license-key > span {
    color: #ffffff;
    }

    You can replace “#ffffff” with any #hexcode for a color, you can find hexcodes on color-hex ??

    Contact us at [email protected] if you still have difficulties!

    Best Regards,
    Darko

    Thread Starter jktorres30

    (@jktorres30)

    Thank you @darkog that worked great, and thanks a lot for the fast response really do appreciate it.

    • This reply was modified 4 months, 1 week ago by jktorres30.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.