Preventing the header image from repeating on the Granite theme
The Granite theme will repeat the header image horizontally by default. Although this is useful for tiled images, it does not look nice for single header images.
Add this CSS to Settings > CSS Customization to disable the horizontal repeat: #idHeaderContainer .d1 .d2 { background-repeat: no-repeat; }
0
votes
anonymous_96.44.245.50
shared this idea
-
musicbc commented
thank-you!!!! :D