Looks like I need to make some adjustments to the theme on the next update. But the bottom grey line is not in the colour options. It’s located in the theme’s style.css around line 130 and looks like this:
#st-header-image {
position: relative;
border-bottom: 5px solid #bcc0c3;
}
The line above the image that is just below the social networking bar also seems to need adjustments. The styling for this in the theme options doesn’t appear to be cooperating. The styling for this is also in the style.css around line 134 and looks like this:
#st-banner0-wrapper {
max-height: 590px;
position: relative;
border-top: 1px solid #525458;
z-index: 1;
}
If you start to make changes to the theme files, I recommend using a child theme for this…which I have available.
I made notes to make some updates to the theme so this is easier to manage for the user….which I will start on this tomorrow and get it uploaded.