TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

Is there a way to customize styles for menu headers? #20

Closed kperveen closed 5 years ago

kperveen commented 5 years ago

I want to add customized colors to headers menu but I couldn't find an example in the demo page. And also, is there a way to add horizontal scroll with limited width?

TerryZ commented 5 years ago

There is currently no way to customized colors. However, you can use chrome dev tools to check out v-selectmenu header bar style sheet, and you can add sm-header class to override default look.

Look like that you want to customize a lot of styles, my suggestion is download source code package and modify every elements you want