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.

CSS Code

4 posters

Go down

Solved CSS Code

Post by Sezghin18 March 20th 2012, 7:33 pm

So, here comes one of the dumbest questions ever.
I'm wondering, where can i change my css code on an invision forum? I don't mean creating a new html page but just changing the code.
For example, this: https://help.forumotion.com/t98976-i-need-help-with-my-search-box-text-color?highlight=search+box
I have the same issue with the colour, but don't know where to add the code.
Another example, changing the navbar to make a hover (i don't need the code, just the place to put it).
Some help would be much appreciated. I'm sorry if there was already a topic on this, i used the search function and checked FAQ but didn't find anything like this
Sezghin18
Sezghin18
New Member

Posts : 6
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: CSS Code

Post by SLGray March 20th 2012, 7:36 pm

Administration Panel > Display > Colors & Pictures > Colors
CSS Stylesheet Tab


CSS Code Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: CSS Code

Post by Sezghin18 March 20th 2012, 8:15 pm

Nothing happened. Tried other codes in there too, still nothing.
CSS Code Nothin10
Sezghin18
Sezghin18
New Member

Posts : 6
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: CSS Code

Post by SLGray March 20th 2012, 8:17 pm

What exactly are you trying to do in the bottom image?


CSS Code Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: CSS Code

Post by Sezghin18 March 20th 2012, 8:19 pm

Change the font colour in the quick search box to white and it didn't work, it's still black
Sezghin18
Sezghin18
New Member

Posts : 6
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: CSS Code

Post by SLGray March 20th 2012, 8:20 pm

Try this:
Code:
.post {
    color: #FFFFFF; !important
}


CSS Code Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: CSS Code

Post by Sezghin18 March 20th 2012, 8:23 pm

Still black
http://extreme.forumagic.net/forum
Click the search button on the navbar
Sezghin18
Sezghin18
New Member

Posts : 6
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: CSS Code

Post by SLGray March 20th 2012, 8:25 pm

Sorry I posted the code wrong:
Code:
.post { 
 color: #FFFFFF !important;
}

I just vidited your forum. The text for me was white. Are you talking about the text color that you enter or the text that appears below the search enter box?


CSS Code Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: CSS Code

Post by Sezghin18 March 20th 2012, 9:00 pm

Was talking about the one you text in and it works for me too now, had a browser problem. However, some tips about changing the colour below the box would be good aswell
Sezghin18
Sezghin18
New Member

Posts : 6
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: CSS Code

Post by SimpleUI March 22nd 2012, 11:16 pm

Code:
#search_menu, a[title="Advanced Search"] {
  color: #FFF!important;
}
avatar
SimpleUI
New Member

Posts : 18
Reputation : 2
Language : German

Back to top Go down

Solved Re: CSS Code

Post by LGforum March 23rd 2012, 12:38 am

Use this:
Code:

#search_menu input.post {
  color: #fff;
}

the .post selector will affect your forums posts content too.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: CSS Code

Post by Sezghin18 March 24th 2012, 2:03 am

Worked. Thank you!
Solved
Sezghin18
Sezghin18
New Member

Posts : 6
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: CSS Code

Post by SLGray March 24th 2012, 3:30 am

Sezghin18 wrote:Worked. Thank you!
Solved

Topic Solved & Locked




CSS Code Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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