Sadly that has not worked, and I have tried multiple times before asking for advice. Could there be something in custom css preventing it showing?
#main-wrapper .format-icon:before {content: none;
}
footer#footer
{
background: none repeat scroll 0 0 #5a5d60;
}
/* Move SI to Right, adjust margins if needed */
.navbar-inner .social-block {
float: right;
margin-top: 10px;
margin-right: 10px;
text-align: right;
}
/* Move Tagline to Left */
.navbar-wrapper .navbar h2 {
float: left;
margin-top: 15px;
margin-left: 10px;
text-align: left;
}
/*
hide Tagline, if not needed
.navbar-wrapper .navbar h2 {
display: none;
}
*/
/* standardise entry titles */
#content .entry-header .entry-title {
font-size: 22px;
color: #a6a4a0;
}
/*set the body background - the site background */
body {
background: url(/wp-content/uploads/Governance-Advisory-Practice-blur.jpg) repeat scroll 0 0 ;
margin-top: 0px ;
margin-bottom: 0px;
left-margin: 0px;
right-margin: 0px;
}
/* Set the color and margins of the internal body */
#main-wrapper {
background-color: #FAFAFA;
margin-top: 5px ;
margin-bottom: 5px;
left-margin: 5x;
right-margin: 5px;
}
/* Change the central wrapper background and margins */
#main-wrapper {
margin-top: 0px ;
margin-bottom: 60px ;
background-color: white ;
border-top: 0px solid white;
border-left: 0px solid #a6a4a0;
border-right: 0px solid #a6a4a0;
border-bottom: 0px solid #a6a4a0;
/* Delete if no border needed */
padding: 10px 15px 15px 15px ;
}
.container[role="main"] {
background-color: white;
}
/* Site Title & Logo */
.brand a {display:none;}
/* Logo */
.tc-header .brand {display:1;}
/* Social Icons */
.social-block a {display:1;}
/* Tagline */
.navbar-wrapper .navbar h2, h2.site-description {display:1;}
/* header colours */
header.tc-header {
/* Adjust the background color */
background-color: white;
/* Adjust the border (top/bottom + left/right) style/color */
border: 1px 1px solid #a6a4a0;
/* Adjust the top border style/color */
border-top: 0px solid #a6a4a0;
/* Adjust the bottom border style/color */
border-bottom: 1px solid #a6a4a0;
}
/* change footer colours (#2D2A3D is DACB body background colour) */
footer#footer {
background: none repeat scroll 0 0 #2D2A3D;
}
body footer#footer .footer-widgets h3.widget-title {
text-shadow: none;
color: #fff;
}