Heading colours don't adhere to custom colour scheme

kgm - March 1, 2009 - 10:20
Project:AD Blueprint
Version:6.x-2.6
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:by design
Description

I am using AD Blueprint with a custom colour scheme, but headings don't follow the new colour scheme. They continue to use the default colour assigned to "Header Bottom". Maybe this is by design, but it can look a little strange. I would guess most users would prefer them to follow their custom scheme.

The workaround I've used is to edit sites/default/files/ad_blueprint/custom.css to add, for example,

h1, h1 a {
font-size: 2em;
color: #343498;
text-decoration: none;
}

h2, h2 a {
font-size: 1.5em;
color: #343498;
text-decoration: none;
}

.inner h3, .inner h3 a {
display: block;
width: 100%;
color: #343498;
border-bottom: 2px dotted #aaaaaa;
}

This workaround is not entirely satisfactory because custom.css gets overwritten whenever the theme is re-configured. (Maybe there is a more appropriate place for these definitions to go.)

Thanks.

#1

qmaria - March 22, 2009 - 14:03

My header bottom color is the same as the header top color. I cannot get a gradient to appear.

The work around above did not work for me.

#2

Alan Cooney - June 20, 2009 - 23:26
Status:active» by design

The theme doesn't support a gradient, but it offers it due to a limitation of the color module. This is addressed in Drupal 7.

Alan Cooney
Avioso Designs

 
 

Drupal is a registered trademark of Dries Buytaert.