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.

Changing letter color and size in CSS

+3
Mike
Nera.
Menos
7 posters

Go down

Solved Changing letter color and size in CSS

Post by Menos May 17th 2011, 6:59 pm

On my forum I "accidently" made some changes...
And now I have 2 different styles of "Invision" in 1 forum.. loul

My problem is...

I cannot change many of the colors anymore...
I cannot change the sizes of some letters either...

My final chance is to change the sizes and colors by going in the CSS...

Because I'm new at CSS... I would really need your help to where to go...

Your help is more than welcome. Hello
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 19th 2011, 4:54 am

Anyone?? Confused
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Guest May 19th 2011, 5:38 am

k why dont you try to restore backup from monday.This can help you
avatar
Guest
Guest


Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 19th 2011, 12:03 pm

Already tried that my friend... that's how I accidently managed 2 Invision styles on 1 forum. Lol
The only option I have now is to temper with the CSS...
Can anyone gine me a walkthrough on this? blackeye
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Nera. May 19th 2011, 12:07 pm

Could you specify what letters do you want to change?
Basic body letters or?
Link letters?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 19th 2011, 12:34 pm

I need to change the size of the link letters of my subcategories and also change their color. Smile
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 21st 2011, 11:30 pm

Anyone? beu
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Mike May 22nd 2011, 1:27 am

It doesn't help me that your forum is in greek, however in your CSS you need to change the font sizes. What are you trying to change, and can you please paste your CSS here in a CODE tag please? Ill try and see if I can figure it out.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Maikeru Shinigami May 22nd 2011, 1:30 am

Post here exactly what size you want. I could probably give you a code, and you could put what accurate size you want. If that is how you want it, and when the time comes. You can edit it any time.
Maikeru Shinigami
Maikeru Shinigami
Forumember

Male Posts : 120
Reputation : 10
Language : English
Location : Location Location Awesome Level: 9,001

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 22nd 2011, 10:05 am

Thank you for your quick reply.. Smile

The letters I need to change are the links to my subforums... they are too tiny. Because it doesn't show me the size anywhere, just make it 2 numbers larger.
Also change their color from orange to yellow.
It would also be nice if you could tell me where you made the changes, so I don't have to bother you all the time.

Here is my CSS... Good luck!!

Spoiler:
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Mike May 22nd 2011, 2:11 pm

Try;

Code:


p{
margin-bottom: 3px;
margin-top: 2px;
Font-size: 10px;
}

Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 22nd 2011, 4:22 pm

Nothing changed... I just inserted your codes in my CSS..
Am I doing something wrong?
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Mike May 22nd 2011, 5:00 pm

did you replace the other p { } in the CSS with it?

Im not sure if this is the right one, I think it's something in your Default CSS.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 22nd 2011, 5:21 pm

Drogba921 wrote:did you replace the other p { } in the CSS with it?

Sorry... didn't replace a thing... just added the code at the bottom of the CSS.. I'm new at this..
Here is the CSS after the adding of the code I copied from you..
Just do the change needed in there and I will copy everything to my forum..
Spoiler:

Drogba921 wrote:Im not sure if this is the right one, I think it's something in your Default CSS.
Where do I find the Default CSS??
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by MrMario May 22nd 2011, 11:04 pm

It will say See your forum basic CSS above the CSS box.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 23rd 2011, 12:22 am

MrMario wrote:It will say See your forum basic CSS above the CSS box.
Thank you MrMario. Smile

Here is my basic CSS in 2 parts (message was too long).

Part 1
Spoiler:
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 23rd 2011, 12:24 am

Part 2
Spoiler:

Thank you for your time. Hello
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Jophy May 23rd 2011, 10:35 am

Changing letter color and size in CSS WarningPlease avoid double/triple posting. Posts need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button. Wink Please be reminded that this is your 2nd reminder about this, the 3rd one will be a warning.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 24th 2011, 5:14 pm

Joph 25..If you would like us to stop double posting.. you should give us more space for our "spoilers".

This double posting was made because my "spoiler" had too many characters.
It doesn't make any sense to count it as a 2nd reminder....

Now... is there anyone to help me with the CSS? Smile
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Nera. May 24th 2011, 5:29 pm

Try adding this to your CSS, replace XY
Code:
a.gensmall {
    font-size: XYpx;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 24th 2011, 5:54 pm

Nera. wrote:Try adding this to your CSS, replace XY
Code:
a.gensmall {
    font-size: XYpx;
}
I don't even know where that is.... can you guide me there? Confused
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Base May 24th 2011, 5:57 pm

Your CSS can be found at:

1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet tab

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 24th 2011, 6:02 pm

I understand that Base.
But the problem is, that I don't know where to put this code... on the CSS stylesheet, or in the basic CSS... and where..?
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Base May 24th 2011, 6:03 pm

In the CSS Stylesheet, at the top. Very Happy
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Menos May 24th 2011, 6:10 pm

It worked!!!! Thank you so much!!! :wouhou:
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Nera. May 24th 2011, 6:12 pm

You welcome (:
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Changing letter color and size in CSS

Post by Base May 24th 2011, 6:17 pm

Glad we could be of your assistance. Very Happy
Since this problem has been solved, I will now lock this topic and mark it as solved.

>> Locked and solved.

Changing letter color and size in CSS Topic_lock Changing letter color and size in CSS Solved10
Base

You can help the moderators to know if your problem is solved by EDITING your first post and marking the topic as solved. Thank you.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top

- Similar topics

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