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.

Search Box Link Color

3 posters

Go down

In progress Search Box Link Color

Post by !_NICK_! Sun Jun 10 2012, 19:31

What is the Link Color code (CSS) for the text "Advanced Search"? This code below won't work either.

Code:
#search_menu a {
  color: #MYCOLORHERE;
}
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

In progress Re: Search Box Link Color

Post by Sanket Mon Jun 11 2012, 13:29

Forum URL & the screenshot of the exact part that you are trying to change can help.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Search Box Link Color

Post by !_NICK_! Tue Jun 12 2012, 00:20

There is no need for a screen shot. Razz

Click search here at the top on the navigation menu. Then, look at the text that says "Advanced Search".
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

In progress Re: Search Box Link Color

Post by Nera. Tue Jun 12 2012, 05:37

Add this to AP > Display > Colors > CSS.

Code:
.center-overview a {
    color: red !important;
}

Link would serve it's purpuose next time Nick. Smile
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: Search Box Link Color

Post by !_NICK_! Wed Jun 13 2012, 08:51

Nope Nera, this does not work. I've tried a lot of stuff, but nothing will work. I see where you got that Ideal from by looking at the CSS of the forum, but is sure don't work for me.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

In progress Re: Search Box Link Color

Post by Sanket Wed Jun 13 2012, 08:58

!_NICK_! wrote:Nope Nera, this does not work. I've tried a lot of stuff, but nothing will work. I see where you got that Ideal from by looking at the CSS of the forum, but is sure don't work for me.
Thats the reason we asked for your Forum URL in the first place. Wink
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Search Box Link Color

Post by !_NICK_! Wed Jun 13 2012, 19:58

I don't want to give my forum url just yet. I'm using PunBB.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

In progress Re: Search Box Link Color

Post by Sanket Wed Jun 13 2012, 20:03

The forum version would be enough i think. Add this to your css & check.
Code:
p.center-overview a{
color: #ffffff !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Search Box Link Color

Post by !_NICK_! Thu Jun 14 2012, 02:54

@Sanket - Yes, I've done and tried that by Inspecting the link on Chrome and looking it up in the Main/Default Css.

@Rideem3 - Nope, It will not work either.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

In progress Re: Search Box Link Color

Post by Nera. Thu Jun 14 2012, 09:45

The code I gave you Nick also works, as you see here http://tiki.makingforum.com/
The thing is that a command with important for the same thing already exists and it would not be rewritten so you need it on the top and it should work as on my forum Smile
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: Search Box Link Color

Post by !_NICK_! Fri Jun 15 2012, 07:15

@Rideem3 - It worked, but there is a text-shadow. I tried to put it at none, but it didn't work.

@Nera - Well, I don't know, but for some reason it won't work.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Back to top


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