So, is it possible to add custom colors to Salient elements that are not already set in the Accent Colors setting? Or, to add more accent colors? Like extra-color-4 or something?
For example, #fe6f29 is not a color I have set in my Accent Colors, but I would like to pull that for a specific page, say, for a divider that is set up like so: [divider line_type="Full Width Line" line_thickness="1" divider_color="extra-color-2" custom_height="75"] but swap out the divider color with the equivalent of divider_color="#fe6f29"
We are setting up landing pages for clients, and are trying to brand each landing page with their colors without affecting the entire site.
Hey.
So, is it possible to add custom colors to Salient elements that are not already set in the Accent Colors setting? Or, to add more accent colors? Like extra-color-4 or something?
For example, #fe6f29 is not a color I have set in my Accent Colors, but I would like to pull that for a specific page, say, for a divider that is set up like so: [divider line_type="Full Width Line" line_thickness="1" divider_color="extra-color-2" custom_height="75"] but swap out the divider color with the equivalent of divider_color="#fe6f29"
We are setting up landing pages for clients, and are trying to brand each landing page with their colors without affecting the entire site.
Thanks!!!
I got it. I simply added this to override the extra-color-2 setting:
.divider-border[data-color="extra-color-2"] {
background-color: #005fad !important;
}
All set, and thanks.
Hey David,
That's Awesome.
Please be sure to reach in in case you encounter another issue,
Regards
Themenectar Support Team