The FAQ page is showing up funny because it is only partially themed. For example, I have white background for all of my node, but the FAQ is not.

CommentFileSizeAuthor
#2 faq screen.jpg532.05 KBdoudou

Comments

stella’s picture

Status: Active » Postponed (maintainer needs more info)

Please 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

doudou’s picture

StatusFileSize
new532.05 KB

I 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.

stella’s picture

I 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

stella’s picture

Is this still an issue?

stella’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Closed (won't fix)
reid.braswell’s picture

How 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

stella’s picture

Sorry 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 a rather than just .faq-question. Install firebug to help debug.