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.

Comments

qmaria’s picture

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.

Alan Cooney’s picture

Status: Active » Closed (works as designed)

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