Instant response results - question doesn't look like a link

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Mel
Posts: 2
Joined: Sat Feb 18, 2012 4:13 am

Instant response results - question doesn't look like a link

Post by Mel »

Using normal search the results Questions are a link to the full question and answer. They are blue and underlined.

However the results for the Instant response search do not look like a link. They are the same colour as the rest of the text and not underlined.

How can I make the Instant Response results look the same as the normal search results?

Thanks for your help
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Instant response results - question doesn't look like a

Post by Thorsten »

Hi,

you can define the CSS as you wish in template/default/

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Aries007
Posts: 6
Joined: Tue Mar 06, 2012 7:31 pm

Re: Instant response results - question doesn't look like a

Post by Aries007 »

Could you please give little bit more information. I have been trying to accomplish this but no luck. Which section and line do I need to change?
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Instant response results - question doesn't look like a

Post by Thorsten »

Hi,

which version do yoou use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Aries007
Posts: 6
Joined: Tue Mar 06, 2012 7:31 pm

Re: Instant response results - question doesn't look like a

Post by Aries007 »

I'm using 2.7.4
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Instant response results - question doesn't look like a

Post by Thorsten »

HI,

do you use the default layout?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Aries007
Posts: 6
Joined: Tue Mar 06, 2012 7:31 pm

Re: Instant response results - question doesn't look like a

Post by Aries007 »

Yes I'm using default layout
Aries007
Posts: 6
Joined: Tue Mar 06, 2012 7:31 pm

Re: Instant response results - question doesn't look like a

Post by Aries007 »

My other question is, how do I change the color of Instant Search results. I'm not able to find anything in style.css
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Instant response results - question doesn't look like a

Post by Thorsten »

Hi,

you can change the link color for the instant response with

Code: Select all

#instantresponse ul li a { color: blue; }
as an example.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Aries007
Posts: 6
Joined: Tue Mar 06, 2012 7:31 pm

Re: Instant response results - question doesn't look like a

Post by Aries007 »

thank you.
Post Reply