the question is in the subject. I don't find the solution which is to set Css sublinks and their parent link differently.
For example: parent link is in black color with white background. When the mouse hover it, parent link become in white color, with black background; the sublinks (should) appear like that, too.
Problem is that, in fact, sublinks stay with the same setting as parent link first condition (black color; white background)
Hi apologies I am a complete newbie to Drupal. We are creating a drupal website using the Omega Theme. Unfortunately the guy who initially set the website up has now left the business and looking at the site each panel title has been applied a h2 tag. My question is "Is there a way of choosing what H tag each panel title will take?" i.e. I may want one panel to be H1 and the others to be a combination of either H2 or H3.
I'm moving an SMF forum to Drupal. We have a SMF-theme that shows the last reply title at the submitted section.
It looks like:
Topic | Reply count | Submitted
Submitted looks like:
Title of last reply
Author
Time
With Drupal I can't see how to get the Title of last reply into the theme. All I got fromt $topics is the cid. Printing that only gives me the number of the last comment. Do I miss something?