Link color correct in Editor Mode, but not when viewing page

Hi there,

We’re needing one page to have different link color, than the other pages of the website. For this particular page mentioned below, for every section in the page, in each customize tab I’ve added the following code below. It changes the link colors correctly in editor mode, but then when viewing the page outside of editor mode the links are the theme link color (teal) instead. What are your thoughts?

    $el
       a {
            color: #f1562c !important;
        }

Hello @RocktheHouse1876,

Thanks for writing in!

The code should be written like this:

$el a {
  color: #f1562c !important;
}

I have corrected the css and saved my changes.

Please check your page now.

ah, gotcha! Thank you!

You’re very welcome, @RocktheHouse1876. Thanks for your repeat business!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.