Header Color now accept hex value + Navigation Color Option added + Make font size smaller for mobile devices for landing page

This commit is contained in:
ahmadbilalkhalid 2020-01-22 23:18:05 +05:00
commit a5c4ad4a60
5 changed files with 41 additions and 15 deletions

View file

@ -8,10 +8,7 @@ type = strings
[fields.primary_color]
name = Landing Page Primary Color
label = primary_color
type = select
choices = blue, black, red, green
choice_labels = Blue, Black, Red, Green
default = blue
type = string
[fields.header_color]
name = Header Color
@ -19,4 +16,11 @@ label = header_color
type = select
choices = text-light, text-dark
choice_labels = light, dark
default = text-light
default = text-light
[fields.nav_link_color]
name = Navigation Link Color
type = select
choices = navbar-light, navbar-dark
choice_labels = dark, light
default = dark