I can’t seem to find the CSS code to change the repeating effect in the header behind the content. Can you help me out with this. I have checked the forum but no answers have been posted for this. Here is the CSS code:
/* HEADER
——————————————————— */
#ja-header {
position: relative;
height: 220px;
}
#ja-header a {
color: #ffffff;
}
#ja-header h1 {
margin: 0;
padding: 0;
background: transparent;
font-size: 26px;
position: absolute;
top: 40px;
left: 78px;
}
#ja-header h1 a:hover {
border-bottom: none;
}
Also, is it possible to change the width of the header? I can’t seem to find this either.
Am I looking in the wrong place here – help please.