Drupal Technical
[SOLVED][Drupal Colorbox] How to hide the Colorbox title?
Many Drupal users have wished to know how to hide the Colorbox title. If you want to hide the title in a Colorbox popup in your Drupal site then continue reading for the instructions.
The technique to do that is simple.
- Use the following CSS style in one of your custom style sheets to hide the title
#cboxTitle { display: none !important; }
Hope that helps.
The easiest way to solve a Drupal issue is to hand it to the Drupal experts. We can provide a wide range of Drupal services to help you maintain and manage your Drupal websites. Get in touch with us to know more.
Reference: http://drupal.org/node/976630