• Resolved C.Salzman

    (@csalzman)


    How to change the hyperlink colors on the text link? I tried changing: .sg-show-popup and used !important with the new colors but it’s not working.

    Please advise. Thanks ??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear @csalzman,

    You can add the following code in the HTML editor of your popup and change the color accordingly:

    <style>
    a.sg-show-popup {
    color: blue !important;
    }
    </style>

    In this example the color is blue.

    Thread Starter C.Salzman

    (@csalzman)

    Thank you… it appeared that the original code attempt was working, it was WordPress’ caching that got in the way – amazing that even a reboot didn’t clear that cache had to manually clear it with a CTRL Shift R. …it’s always the little things that gettcha. ??

    Thx for the support help!

    Dear @csalzman,

    Oh, that happens. ??
    Happy you resolved it!

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