Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #414301

    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

    #414329

    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

    #414772

    Perfect! I’m sure that’s what I’m looking for.

    I’ll give it a look asap and give you some feedback.

    Thanks!

    #414984

    Hi!

    Please do so and let us know so we can mark the thread as resolved or assist you further :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.