The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I modify this?

5 posters

Go down

How can I modify this? Empty How can I modify this?

Post by Cjanz July 6th 2008, 4:09 am

How can I modify this? Whitefix

In the image, the text that is white needs to be changed. What part of the CSS document affects this? Normally I would look for the hex code, but seeing that there are many things that could be white, I don't want to mess with anything else.
avatar
Cjanz
Forumember

Male Posts : 119
Reputation : 0
Language : English

http://the-gathering.net

Back to top Go down

How can I modify this? Empty Re: How can I modify this?

Post by Brandon05 July 6th 2008, 4:40 am

Cjanz wrote:How can I modify this? Whitefix

In the image, the text that is white needs to be changed. What part of the CSS document affects this? Normally I would look for the hex code, but seeing that there are many things that could be white, I don't want to mess with anything else.

You cannot edit that text using CSS. CSS is just to style your forum not put text in it. Thats why you need to edit the template for that to get that text changed.

Depending on your version of phpBB if your using v2 then you can edit the templates, if your using v3 then you cannot as that feature is not available. Wink
Brandon05
Brandon05
Forumember

Male Posts : 424
Reputation : 0
Language : English
Location : USA

http://www.bdesign-studio.org

Back to top Go down

How can I modify this? Empty Re: How can I modify this?

Post by Bella July 6th 2008, 4:57 am

i am new at this so i kind of don't know what I'm doing???????? Question Question Question
avatar
Bella
New Member

Female Posts : 3
Reputation : 0
Language : english
Location : Texas

https://help.forumotion.com

Back to top Go down

How can I modify this? Empty Re: How can I modify this?

Post by Cjanz July 6th 2008, 6:06 am

Okay, thank you.
avatar
Cjanz
Forumember

Male Posts : 119
Reputation : 0
Language : English

http://the-gathering.net

Back to top Go down

How can I modify this? Empty Re: How can I modify this?

Post by Saurus July 6th 2008, 7:35 am

Brandon05 wrote:
Cjanz wrote:How can I modify this? Whitefix

In the image, the text that is white needs to be changed. What part of the CSS document affects this? Normally I would look for the hex code, but seeing that there are many things that could be white, I don't want to mess with anything else.

You cannot edit that text using CSS. CSS is just to style your forum not put text in it. Thats why you need to edit the template for that to get that text changed.

Depending on your version of phpBB if your using v2 then you can edit the templates, if your using v3 then you cannot as that feature is not available. Wink

Totally wrong answer.

He doesn't want to change the text itself. If you read his questions, he wants to change the COLOR of the text that shows in while.

Additonally - he COULD change the styles of his text in the CSS page if he wanted to and new the proper style codes. But the answer to his question is this ...

Cjanz ....
Go to your CP and then display/colors/advanced view. On the right you will see a preview of your page. Anything you change on the editing side you'll see on the preview page.

Find all the text boxes that show as white (hex #FFFFFF) and click in the box. Select the color you want (black is hex#000000) and and click it. You will see the color change in the preview. If it's not the text you wanted to change, just re-enter #FFFFFF back in that box and try another that shows as white. When you get the right text, click SAVE and you're good to go.
avatar
Saurus
Forumember

Male Posts : 789
Reputation : 10
Language : english
Location : NY

http://sunrisers.forumotion.com

Back to top Go down

How can I modify this? Empty Re: How can I modify this?

Post by Jalokim July 6th 2008, 11:24 am

ooooh, brandon .... you made a poopie ...
the CSS controls the entire display of the forum... it can't change the text but color most defiantly, independent of the phpbb version.

go to admin panel-> display -> colors -> CSS tab
find this code:
Code:
 }
body {
font-family: Verdana,Tahoma,MSdialog,sans-serif;
color: #59a82a;
background-color: #535353;
background-image: url('http://2img.net/i/fa/empty.gif');
background-attachment: scroll;
font-size: 10px;

and there where it says color: #59a82a ... replace it with anyother color...
ofcourse the hexcode will be different on your site cos i used my CSS to show you...

replace the color: code
not the background-color
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum