<em>@Saguaros 390662 wrote:</em><blockquote>Dear Bill,
Not sure this is what you want to achieve or not but you can try open file: /templates/hunt/css/template.css, at approx line 542
#ja-subhero {
background: url("http://hunt.bwpcommunications.com/images/bgpattern/bgpattern.jpg") repeat-x scroll 0 0 transparent;
}
change it to:
#ja-subhero {
background: url("http://hunt.bwpcommunications.com/images/bgpattern/bgpattern.jpg") repeat scroll 0 0 transparent;
}
</blockquote>
I ended up just creating another image specific for those sub-pages that matched the height of the banner images 🙂
It was only one more class to add, and solved the problem right away.
Thanks as always though for the suggestion!
Bill