Hello at all!! I've a question, i need to change the colour of the lines in the text box (comment box, insert mail box, insert name box etc.), you can see wath i need here http://www.maidenconcerts.it/iron-maiden-in-tour-nel-2012/ in some browser (like IE) and in some screen, the text box of the comments is invisible, i want to change from gray to black. And i want to change the text colour on the lateral widget in all areas... and another important change that i have to do is in the main page, http://www.maidenconcerts.it/ on the central widget i want to chage "read more" with "Leggi" (i'm not find the correct file to modify like in the blog... in blog you can see that the "read more" is already changed in "leggi" (read in italian) ) Thank you!!
How to change the colour of the Comment box lines?
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
1) Open up css/style1.css and search for following code - change the color as required:
input, select, textarea{ color:#777; }2) Open up css/style1.css and add following code to the very bottom - change the color as required:
#main #sidebar .textwidget a, #main #sidebar .widget a, #main #sidebar .widget{ color:#777777; }3) Open up display/framework/classes/kclass_display_box.php and replace "read more" with any other text.
Posted 1 year ago #
Reply
You must log in to post.














