[Hueman] Header menu and sidebar font color, disabling OptionTree
-
Hi.
I like this theme. I have created child theme for purposes of some site and further customizing but I’m struggling with several issues. I was searching for some answers here but didn’t found any that would be satisfying for me.
1. I want to change font color of header menu or sidebar… I dont want to change font-weight like some others where suggesting in earlier threads, just font color. Strange thing is whatever I do I cant make it. It’s First time i have that kind of situation that i cant find the way do it.
2. How to completely disable theme mode of OptionTree from child theme? I would like to customize theme only through code.
I know that this code is responsible for integrating OT with theme.
/* ------------------------------------------------------------------------- * * OptionTree framework integration: Use in theme mode /* ------------------------------------------------------------------------- */ add_filter( 'ot_show_pages', '__return_false' ); add_filter( 'ot_show_new_layout', '__return_false' ); add_filter( 'ot_theme_mode', '__return_true' ); load_template( get_template_directory() . '/option-tree/ot-loader.php' );
Changing it to return_false or deleting brakes whole theme instead of disabling only OT.
3. Where OptionTree saves its settings?
Thanks for help in advance ??
- The topic ‘[Hueman] Header menu and sidebar font color, disabling OptionTree’ is closed to new replies.