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 Font Color/Size

5 posters

Go down

Changing Font Color/Size Empty Changing Font Color/Size

Post by cobaltblue March 22nd 2014, 2:14 am

I need some help.

Here's an image for pointer:
Changing Font Color/Size Aid12
1 - It's Preference tab and I want to change the color of that text since it's difficult to see.
2 - When I hover mouse over, the text turns into black. I want to disable the code that enables hover text-color-change.
3 - I want to modify font size only on post area.
4 - Is there any code to modify anything related to this hide code? (Like, background color, text color, etc).

There is one more that I forgot to point out on the pic. Is there any way to change text color for "SPOILER" and CODE? I mean that yellow one, not what's inside the box. I already got the dark brown color I want.

Any help is appreciated Very Happy
avatar
cobaltblue
New Member

Posts : 11
Reputation : 1
Language : English

http://thewerewolfgame.forumotions.net

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by Sir Chivas™ March 22nd 2014, 2:18 am

Hi,

Can you provide both your forum URL and a test account?

Thank you,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by Rhino.Freak March 22nd 2014, 2:35 am

1.
Code:
#tabs .activetab a span {
background-color: #ebebeb !important;
}

2.
Code:
fieldset dl:hover dt label {
color: #000;
}
change #000 to your normal color..

3.
Code:
.postbody .content {
font-size: 1.3em;
}

for spoiler name color ..
Code:
dl.codebox dt {
color: #fff;
}

see if that helps Smile
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by cobaltblue March 22nd 2014, 2:36 am

Link to forum: http://forumdesign.forumid.net/

ID: Tester
Password: betatester123

Also I just noticed another thing. Please pardon me since English isn't my first language. On the home address, there is big gap on the right body (I can scroll it horizontally). Is it possible to put the forum body at the center?

Nevermind. I found the problem Smile


Rhino.Freak wrote:
for spoiler name color ..
Code:
dl.codebox dt {
color: #fff;
}

see if that helps Smile

Thank you. Code for #1 isn't exactly what I want, but I modified it and it works. #2 and #3 are solved too. The code for last one (spoiler) still doesn't work though.
avatar
cobaltblue
New Member

Posts : 11
Reputation : 1
Language : English

http://thewerewolfgame.forumotions.net

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by Rhino.Freak March 22nd 2014, 3:05 am

You are welcome ^^ and..Thats weird.. try adding !important to last one and report back please.
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by cobaltblue March 22nd 2014, 10:31 am

Thank you, Rhino.Freak. #1-3 are solved Very Happy
Now only #4 issue remains..
avatar
cobaltblue
New Member

Posts : 11
Reputation : 1
Language : English

http://thewerewolfgame.forumotions.net

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by Kiyomizu March 22nd 2014, 11:33 am

Hello,

To change the background color, the text color of the hide :
Code:
dl.codebox {
background: none repeat scroll 0 0 #fff; /*Background color*/
color: #fff000; /*Color of text*/
}

Thank you
Kiyomizu
Kiyomizu
Forumember

Male Posts : 201
Reputation : 31
Language : French and English
Location : France

http://forum.sosblog.fr/

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by cobaltblue March 25th 2014, 12:28 am

It works to change background color of hidebox (with additional !important) but text color remains the same.
avatar
cobaltblue
New Member

Posts : 11
Reputation : 1
Language : English

http://thewerewolfgame.forumotions.net

Back to top Go down

Changing Font Color/Size Empty Re: Changing Font Color/Size

Post by Pizza Boi March 25th 2014, 3:10 am

Hi Very Happy

Try declaring !important.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Back to top

- Similar topics

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