Quote:
Originally Posted by gamerscms
An other great hack from banana
Just a quick question how would i go about changing the colour of the form text from to my own colour.
thanks
|
It's not that easy atm, I'll make it easier in next version.
To Change Questions ColourOpen plugin: Easy Forms
Find and change this line with bbcode:
PHP Code:
$formoutput .= "[b]" . $formbit['question'] . "[/b]\r\n";
Maybe change to
PHP Code:
$formoutput .= "[color=red][b]" . $formbit['question'] . "[/b][/color]\r\n";
To change the Answer Colour
Open plugin: Easy Forms
Look for and change lines LIKE this with bbcode:
PHP Code:
$formoutput .= "[indent][i]" . ($q_{$formbit[id]} ? " " . $q_{$formbit[id]} . " " : "-") . "[/i]\r\n";