×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: cant change fonts color

cant change fonts color 16 years 3 months ago #623

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
hi there

i cant change font color on the comment form .

And now my users cant see where they are supposed to fill their name :)

here is a link

www.hafeyot.co.il/index.php?option=com_c...les&Itemid=11#josc29

of course there is no problems with other themes - but i like this theme best for my site.


tried changing the font color to BLACK in the CSS and template index but nothing happens!

any advice ?


all the best

cant change fonts color 16 years 3 months ago #626

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Do you use custom CSS file?

cant change fonts color 16 years 3 months ago #644

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
i use
CSS green
and
default emotop


than fits best for my site`s colors

cant change fonts color 16 years 3 months ago #647

  • Angela
  • Angela's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Me too, me too!

I suspect the problem is due to the font color of the site being white, as I don't see where the color of the Name, Title and Email fields are denoted. Could be wrong. I've put in the color codes, and then tried "black" as well -- no dice. Tried replacing instances of "white", and added the color command to "item" and "sectiontableentry1"... but... it just refuses to change for me. At some point, I managed to change the font color in the header area... but... um... that wasn't what I was hoping for :(

This is a wonderful component, by the way -- thank you guys SO MUCH for doing all this work!!!

cant change fonts color 16 years 3 months ago #648

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Exactly the same problem - and i have tried exactly the same non working solutions :)

cant change fonts color 16 years 2 months ago #761

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
no answer?


:(

cant change fonts color 16 years 2 months ago #763

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I don't have the time to play with the css, but quick hints.

In the backend you can change the css file to be used. If you do it - then you will see that with some css the background of the form is changing, so there is no bug here, but you cannot find the right place to write your background. So study the differences between 2 css files and see what you have to change.

Greetings!
Daniel

cant change fonts color 16 years 2 months ago #880

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
hi there
thanks for the answer but...


i changed css style but it doesn`t fit my site`s colors.


i noticed the differences between the 2 css , but it seems it has no effect when i am re-writing them .

i have permissions and the files are not protected on the server or something like that .


where exactly am i supposed to change font color .


(i change with firebug and still no go!)


thanks again

cant change fonts color 16 years 2 months ago #888

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
koder wrote:

i noticed the differences between the 2 css , but it seems it has no effect when i am re-writing them .


You want to tell me that if you take the 2nd css file and replace the first with it - nothing change? That can not be!

cant change fonts color 16 years 2 months ago #895

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
no....

what i meant was - when i edit parameters within both of the CSS - it has no effect on front end .

cant change fonts color 16 years 2 months ago #899

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hm, look in the source code if you are editing the right css files.

cant change fonts color 16 years 2 months ago #915

  • Tabatha Marshall
  • Tabatha Marshall's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I looked all over this forum and couldn't find a decent answer, but figured it out myself so I thought I'd share, for what it's worth to others having the same problem.

To make the white text show up as black on the comment submission form, open your css.css file and look for the following:
#comment .sectiontableentry1 {
background: #F5F5F5;
margin: 0px;
padding: 0px;
}


Add the following line to the above chunk:
color: black;

The end result should look like this:
#comment .sectiontableentry1 {
background: #F5F5F5;
color: black;
margin: 0px;
padding: 0px;
}

I did this for PhishBucket.org's comment display and it worked like a charm. Hope that works for you!

--
TM
www.phishbucket.org
www.tabathamarshall.com

cant change fonts color 16 years 2 months ago #916

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
it worked!!
at last.........


meaning it wasn`t changing something exsiting like i tried over and over .......but ADDing a code line ..

thanks a lot!

cant change fonts color 16 years 2 months ago #917

  • koder
  • koder's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
another thing while we are at it ............



couldn't find in what line in the css-green.css (the one i am using) i can change
the preview comment color on the homepage


it is too green and it`s hard to read .

212.150.123.12/



(tried locating this font color with no success )


thanks!

cant change fonts color 16 years 2 months ago #922

  • Tabatha Marshall
  • Tabatha Marshall's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
There seem to be a few parts in css-green.css that pertain to the comment preview, but I would look for something that looks like this in the file (for me, it was near the bottom):
.comment_preview {
 
	padding: 4px;
 
	text-align: left;
 
	border: 1px #CCCCCC solid;
 
	font-size: 0.9em;
 
	background-color: #F5F5F5;
 
	cursor: hand;
}

Since no color is defined in here, try experimenting by again adding a line for color as in the previous example. Hopefully that does it for you. B)
  • Page:
  • 1
Time to create page: 0.183 seconds