![]() |
|
register_user - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: register_user (/thread-9877.html) |
register_user - leo - 2012-04-20 can I (and where?) modify background color or tex color in: "Nota: le password devono essere lunghe almeno 6 caratteri e contenere almeno un carattere di ognuno dei seguenti gruppi: {A-Za-z0-9}, {~!@#$%&*_+`-(),.\^'"/[]{}=:;?|}." i use effervescence+ theme... background is "light brown" and text is white... thx. register_user - Laurent - 2012-04-20 I'm not familar with this theme, but usually you will find the code in the Css file under styles directory. Laurent register_user - sbillard - 2012-04-21 You might want to get a copy of the Effervescence+ theme from the Development build [NO, it will not run on the 1.4.2.3 release, so do not even try.] But if you compare its CSS files to the ones in the current release you will see the changes needed. register_user - Michel Gagnon - 2012-04-21 I would suggest you use Firefox and install the "Web Developer" extension (the Firebug extension allows something similar). Then display the bar and choose Ctrl-Shift-Y (Display styles of a particular element) and you will see a red box moving around as you hover over different parts of your window. Styles will be displayed in a bar near the top of the window. Then it becomes fairly easy to know which style to modify. register_user - acrylian - 2012-04-21 Or if you have Safari, that has a similar tool like Firebug built in (context menu "Element info"). |