Colors and icons customization options

I would suggest an option for color customization…
Top menu, background, left menu etc…

Also, option for changing the top menu icons option, would be great…

Cheers!

Hello Mihail,

In the next release we are going to add support for color customization and show/hide header icons. Thanks for your suggestion.

Great job guys!

However I would still suggest to be able to set a custom color variation.

Also next to the selection of icons there could be a textfield to insert the link of custom icon for each one of them.

Also I noticed they go brighter only when clicked, but then they go back dark (they should stay brighter if the page of selected icon is visited)

  • The menu icon is bright by default and then it goes of when clicked (I believe it should be the other way around?, or brighter at all times since it’s the menu button)

Btw. What would be the best way to approach adding more icons next to them? (could be an interesting feature to have that)

Thanks.
Best Regards!

@Mihail,

Thanks for your suggestions/feedback. We will definitely think on these point in next release. I am keeping this topic under feature request.

Btw. What would be the best way to approach adding more icons next to them? (could be an interesting feature to have that)

You may try any of these filters
rtp_hook_begin_top_menu_list or rtp_hook_end_top_menu_list

Example code:

function your_function_name () {  
// write code here;   
}  

add_action ('rtp_hook_begin_top_menu_list', 'your_function_name');

Thanks,
–Nitun