Tipsy at 20h13
13
Nov
2011
Hello! My forum address is http://clanbxt.forum.st/ and it is a PHPBB3 version (if that helps at all).
I've been experiencing some font color problems that I can't find out in the CSS to fix. I've looked at both the basic CSS and the personalized CSS style sheet I already have. I was hoping that someone could help address where the problems are coming from based on the following screen shots to show what's going on.
The main issue in each of these screen shots is that either a module title is black and hard to see, or when I hover over the following text it turns black and again, is hard to see. The hover text issues are strictly only within the screen shots, all other text in the forums (when hovered over) are completely fine, and turn red instead.
Here are the screen shots to help try and make a little more sense:
1. These screen shots are for the module title of 'latest topics'. The other module I so far have which is just the 'Log in' module is completely fine, and the text color is white.
2. These following screen shots show when a person creates a topic. I have the highlighted box just fine, but I can't fix the text color so that it flashes red instead of black.
3. The last screen shots are font color issues during the registration process. One is the text in the box (when all other boxes are fine), and the other is the text turning black when you hover over it.
Any help is greatly appreciated as I have been stuck on this for some time now. Thanks!
I've been experiencing some font color problems that I can't find out in the CSS to fix. I've looked at both the basic CSS and the personalized CSS style sheet I already have. I was hoping that someone could help address where the problems are coming from based on the following screen shots to show what's going on.
The main issue in each of these screen shots is that either a module title is black and hard to see, or when I hover over the following text it turns black and again, is hard to see. The hover text issues are strictly only within the screen shots, all other text in the forums (when hovered over) are completely fine, and turn red instead.
Here are the screen shots to help try and make a little more sense:
1. These screen shots are for the module title of 'latest topics'. The other module I so far have which is just the 'Log in' module is completely fine, and the text color is white.
2. These following screen shots show when a person creates a topic. I have the highlighted box just fine, but I can't fix the text color so that it flashes red instead of black.
3. The last screen shots are font color issues during the registration process. One is the text in the box (when all other boxes are fine), and the other is the text turning black when you hover over it.
Any help is greatly appreciated as I have been stuck on this for some time now. Thanks!
1 Guest, on 13/11/2011 at 20h31
- Code:
div.h3{
color: #COLOR !important;
}
2 Base, on 13/11/2011 at 21h11
Hi!
For the black text on hover, please add this to your CSS code:
That changes the colour to red. Of course, you can change it if you wish. For the registration buttons, please add this to your CSS code:
Again, you are free to change the colour if you wish. The code provided above by Gassy will change your module titles.
For the black text on hover, please add this to your CSS code:
- Code:
fieldset dl:hover dt label {
color: #FF0000;
}
That changes the colour to red. Of course, you can change it if you wish. For the registration buttons, please add this to your CSS code:
- Code:
a.button1:active, a.button1:link, a.button1:visited, a.button2:active, a.button2:link, a.button2:visited {
color: #000000;
}
Again, you are free to change the colour if you wish. The code provided above by Gassy will change your module titles.
3 Tipsy, on 13/11/2011 at 21h13
My css doesn't show the 'div' at all or div.h3. I did take a look at the basic CSS and found a
#wrap div.postbody h3 {
font-size: 10pt;
}
I input that in my CSS and nothing has changed whatsoever
I've put all codes in the CSS and still nothing has changed :S
#wrap div.postbody h3 {
font-size: 10pt;
}
I input that in my CSS and nothing has changed whatsoever
I've put all codes in the CSS and still nothing has changed :S
4 Base, on 13/11/2011 at 21h17
If you can't find it, simply add it to your CSS code. Please also make sure that you've replaced '#COLOR !important' with a colour of your choice for it to work. 
5 Tipsy, on 13/11/2011 at 21h24
should I override the personalized CSS with the basic CSS and input the codes there? Because none of this has been working so far
6 Base, on 13/11/2011 at 21h25
Paste all the codes in your 'personalised CSS', the basic CSS has nothing to do with this.
7 Tipsy, on 13/11/2011 at 21h27
I have and neither of them worked lol, I pasted and modified what I needed to with the color and what not. None of them have worked
8 Base, on 13/11/2011 at 21h31
They should be working. Hmm, try this then:
- Code:
fieldset dl:hover dt label {
color: #FF0000 !important;
}
a.button1:active, a.button1:link, a.button1:visited, a.button2:active, a.button2:link, a.button2:visited {
color: #000000 !important;
}
div.h3{
color: #FFFFFF !important;
}
9 Tipsy, on 13/11/2011 at 21h37
That's what I did do in the beginning
I've just found out why though and it's because of what I input before. Thanks a lot for all of your help guys! Much appreciated!
This topic's now 'solved/completed' btw!
This topic's now 'solved/completed' btw!
10 Nera., on 14/11/2011 at 00h03
Topic solved
Similar topics
Hi,
I'm looking to some help with changing fonts on the Kyros MID7015-4G. I can go into the Spare Parts / Font Size and change font from normal to anything else and the screen refreshes with the smaller font in the Spare Parts. when I return to the mai
How can I change text font and text color in category and forum in PhpBB 3 template?Here is picture.
If I change font name for exaple in Digital Sans EF like on picture no.2 ,is it enough or must make changes in css?
How can I change the font color for POSTS, POINTS,REPUTATION and JOIN DATE ? Thanks in advance.
Replies 1 to 10 on 10 for "Font color issues in various parts of forum"
Search
Informations
10 Replies For the topic :
"Font color issues in various parts of forum"
This topic has been viewed 675 times.
Last message :
13/11/2011 at 20h13 by "Tipsy"





