Home > Article > WeChat Applet > WeChat applet configures top navigation bar title color implementation code
This article mainly introduces to you the relevant information on how to configure the title color of the top navigation bar in the WeChat applet. I hope this article can help you. Friends in need can refer to it. I hope it can help you.
WeChat Mini Program How to configure the title color of the top navigation bar
The top configuration of the Mini Program navigation is written in the .json file.
{ "window":{ "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationBarTitleText": "微信接口功能演示", "backgroundColor": "#eeeeee", "backgroundTextStyle": "light" } }
navigationBarBackgroundColor Navigation bar background color, such as "#000000"
jquery scrollTop method shows and hides the top navigation bar based on scroll pixels_jquery
The above is the detailed content of WeChat applet configures top navigation bar title color implementation code. For more information, please follow other related articles on the PHP Chinese website!