Thanks anyway, but it doesn’t matter anymore. Had to change-over the whole site to different font and background, etc.
I recommend you provide an alternative CSS set (patch to be pasted into Theme Options>Custom CSS) for use with all the dark BG patterns offered with this theme. The theme doesn’t work currently with the dark backgrounds. See full explanation, forum item #8615. I could only fix what I could see; unfortunately an unknown number of visitors to my website saw the other pieces that don’t work.
Here is part of what the code should address:
.widget_testimonial .testimonial-icon {
background: url(“wp-content/uploads/2013/11/3quotemark.png”) no-repeat center top / 25px 19px ;
opacity: 0.5;
}
.slogan-wrap .slogan span {
font: 13px ‘PT Sans’, sans-serif;
line-height: 30px;
display: block;
padding-top: 25px;
padding-bottom: 5px;
}
.slogan-wrap .view-work {
position: relative;
z-index: 100;
}
input[type=”text”],
input[type=”email”],
input[type=”password”],
textarea {
padding: 10px;
border: 1px solid #64843f;
line-height: 20px;
width: 100%;
margin: 0 0 30px;
background-color: #a9a9a9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#site-description {
font-size: 20px !important;
line-height: 25px;
color: 6088a5;
}