mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1159] Custom CSS and Html #991
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#991
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rohoop on GitHub (Dec 6, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1159
PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed.
POST SERIAL OUTPUT !
Issues without basic info will be ignored or closed!
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I need to put custom html and css code but i dont know in which code and which part of the code... Help! Friends!
Settings in IDE
Module: NodeMcu
Additional libraries:
Sketch
Debug Messages
@charitha95 commented on GitHub (Dec 9, 2020):
You could simply add a style tag to the head like this.
wifiManager.setCustomHeadElement("<style>body {background-color: powderblue;}</style>");@IcaroCreativa commented on GitHub (Feb 27, 2021):
Hi!
I would like to know how to changes text in buttons and the colors of the buttons.
Thanks!
@IcaroCreativa commented on GitHub (Feb 27, 2021):
Hi,
just modify the string_en file in the WiFimanager library in the arduino libraries file.
Attention better to make a copy of the original file.
you can change button colors, text etc
@ppytlarz commented on GitHub (Feb 11, 2024):
Hi,
i want to delete 2 buttons info and update where i can delete it?
@gokhanmeteerturk commented on GitHub (Jul 21, 2024):
@ppytlarz
That's more of a css question really. You can see the html template here:
https://github.com/tzapu/WiFiManager/blob/master/extras/WiFiManager.template.html
github.com/tzapu/WiFiManager@e978bc059c/extras/WiFiManager.template.html (L221-L231)And use the code @charitha95 already provided, but with your custom css to hide the buttons.
In your case, this would be: