Hi there,
I’d like to change the color scheme depending on the url slug of the page, which I’m sure it’s possible by a function properly hooked. Is there any hook in Enfold in order to achieve something like that?
Thanks
Hey adetec_ing!
Thank you for using our theme.
Have a look at enfold\includes\admin\register-dynamic-styles.php line 10.
There is a hook
$options = apply_filters('avia_pre_prepare_colors', $options);
In this file the options set in the backend are prepared for
enfold\css\dynamic-css.php.
Maybe this will help you.
Regards,
Günter
Perfect! I’m sure that’s what I’m looking for.
I’ll give it a look asap and give you some feedback.
Thanks!