So you can see the CSS changes I’ve implemented:
Here are the modifications to the CSS
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #999999;}
#header .social-search form.searchform {display:none;}
Here are the changes in my style CSS file in the child theme director
h1#site-title {
font-size: 45px;
font-family: ‘Helvetica’;
font-weight:normal;
color:#999999;
padding-bottom:0px;
}
h2#site-description {
font:14px Arial, Helvetica, sans-serif;
color:#999999;
padding:8px 0 0 0;