- Posts: 2
- Thank you received: 0
Font Color not displaying?
-
sovereign6
Inactive member - Topic Author
- New Member
Less
More
15 years 2 weeks ago #258
by sovereign6
Font Color not displaying? was created by sovereign6
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
15 years 1 week ago #264
by milos
Replied by milos on topic Re:Font Color not displaying?
Please add this in your template's css stylesheet:
This is for black color, you can change it of course.
Code:
.infotext p {
color:#000000;
}
This is for black color, you can change it of course.
Please Log in to join the conversation.
-
sovereign6
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
15 years 1 week ago #276
by sovereign6
Replied by sovereign6 on topic Re:Font Color not displaying?
Thank you for your reply.
I would like to be able to change the font. How do I do this?
Cheers
I would like to be able to change the font. How do I do this?
Cheers
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
15 years 1 week ago #277
by milos
Replied by milos on topic Re:Font Color not displaying?
I shall open a free CSS course here. Try this:
Code:
.infotext p {
color:#000000;
font-family:Arial;
}
Please Log in to join the conversation.
Time to create page: 0.154 seconds