Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I recently downloaded and tested various themes with multilevel dropdown e.g. from http://impact-theme.techsaran.com/
But in my content it shows the dropdown submenus for About-Us (for e.g.) only when I clicked About-Us and hovered on it.
Clearing:
In http://impact-theme.techsaran.com/
If I am on Home page When I hover on About Us it expands to show list but
When I have Drupal as the main root "sites/all/themes/mytheme/images/" seems to work to find images (absolute path). When the website has Drupal in a sub folder, I need to add "drupalfolder/sites/all/themes/mytheme/images" to find the images. But I've noticed that some themes use something like ../images, etc. (relative) to grab things like the search button image or whatever?
If this is "Drupal Kosher" it makes life easier for me. What's happening when the theme generated "dynamic" page can see a relative link?
Hi,
I am trying to incorporate color scheme which is available in
bartik, into my theme. I am able to generate the files which will be
located at
sites/default/files/color/theme-4855b5/colors.css
after making options in color scheme of my theme.
But in the head tag of styles files, it still points to my theme
directory colors.css instead of above mentioned directory, Which results
in no change of colors for my theme.
My theme is actually a sub theme. What am i doing wrong ??
How do I change color on menu in Business theme? I tried installing color module but when I change
the colors and save configuration menu colors are still the same?
Is there a way to change menu colors via css files?