Tara Thompson wrote:
Actually I made the background image darker at the top but it there a way to add a background color for the Header position. This is not the image that I will use for the background. thanks
Sure, in your
rt_templatename-custom.css <-{Click the LINK}
file add this:.menu-block {
background-color: rgba(125,125,125,0.5);
}
Adjust values to suit.