Closed (won't fix)
Project:
Frequently Asked Questions
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 03:23 UTC
Updated:
29 Nov 2010 at 23:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
stella commentedPlease provide a screenshot. The faq module does provide themed views for all of its output. It's not clear from your description what view is affected.
The "faq" page is not a node page (it contains a list of faq question and answer nodes), but there is a faq node type which has the "node/xxx" type url. Are you referring to an individual faq node page view or the display of the generated "faq" page?
Cheers,
Stella
Comment #2
doudou commentedI am referring to display of the generated faq page. It is not displaying the background color properly. Also the category font is very small, but only in firefox. Is there anyway to correct this? See the attached screen print.
Comment #3
stella commentedI think this is a theme issue. If you send me a url to your site I can take a look and see if I can spot the problem. My contact form is enabled if you wish to do this privately.
Cheers,
Stella
Comment #4
stella commentedIs this still an issue?
Comment #5
stella commentedComment #6
reid.braswell commentedHow can I adjust the color of the question links on the FAQ page? I looked into the CSS file to edit that but I think my theme is overwriting any color:#xxx attribute I put in the .faq-question class.
http://flywebdesigns.net/drupal/?q=faq
Comment #7
stella commentedSorry but I don't provide support for custom themes. You should be able to adjust the color of the faq questions in your theme though - it's bad practise to edit the module css files, just override the settings in your theme's css file. You probably need to modify
.faq-question arather than just.faq-question. Install firebug to help debug.