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;
}