If you want all the orange fit the accent color, modify color-patterns.php like this:
Find
.accent-color
{
color: $accent_color !important;
}
and replace with:
.accent-color,
.address-marker i,
.agent-info i,
.attachment-file-type,
.ere-dashboard-logout i,
.ere-link-more,
.ere-my-property-address i,
.ere-my-property-date i,
.ere-my-property-total-views i,
.ere-my-saved-search-item i,
.ere-widget-listing-property-taxonomy i,
.open-on-google-maps,
.property-agent i,
.property-count span,
.property-date i,
.property-info-header .property-info span.fa,
.property-location i,
.property-type i,
.property-type-list i,
.property-views-count i,
.property-price-postfix,
.property-price-prefix,
.user-dropdown i,
.walk-score-more-detail,
span.total-properties
{
color: $accent_color !important;
}
]]>
there are others components from ERE that do not change color when you are using this addon. Small icons (the icon for Bedroom, bathroom, etc, in the Property View). Will be an update for this aspect?
]]>Good morning,
It seems that i have an issue with the colors pickers. It only shows the titles but not the color pickers on the backend.
Thank you for your help!