Skip to content

Instantly share code, notes, and snippets.

@dpw1
Last active September 4, 2023 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpw1/6033382cf36c72ef7e77693eff3bdb9a to your computer and use it in GitHub Desktop.
Save dpw1/6033382cf36c72ef7e77693eff3bdb9a to your computer and use it in GitHub Desktop.
Show mobile banner & slideshow’s text on top of image [all free themes]
{
"type": "header",
"content": "Custom options by [ezfycode.com](https://ezfycode.com)"
},
{
"type": "checkbox",
"id": "show_on_top_of_image_on_mobile_by_ezfycode",
"label": "Show text on top of image on mobile",
"default": true
},
{
"type": "color",
"id": "mobile_banner_background",
"label": "Background color (mobile)",
"default": "#ffffff"
},
{
"type": "color",
"id": "mobile_banner_text_color",
"label": "Text color (mobile)",
"default": "#121212"
},
{
"type": "range",
"id": "mobile_banner_background_opacity",
"min": 0,
"max": 100,
"step": 10,
"unit": "%",
"label": "Mobile background color opacity",
"default": 0
},
{
"type": "header",
"content": "Original options"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment