Hi, sorry to be such a pain. My logo for some reason is not loading. Here is my code:
<pre class=”brush: css; gutter: true; first-line: 1; highlight: []; html-script: false”>body {
background-image: url("https://farm4.staticflickr.com/3891/15266654101_e86a9dbcaa_b.jpg");
}
}
.primary-navigation > ul > li > a {
color: #292929;
}
.fluid-articles li .post-info p, .fluid-articles li .post-info blockquote {
color: #292929;
}
.fluid-articles li .post-info h4 a {
color: #292929;
}
/*Link color*/
body #sidebar a,
body #sidebar h2,
body .primary-navigation ul li a,
body .primary-navigation ul .sub-menu li a {
color: #111111;
}
/*Text color*/
body #sidebar p,
body .sidebar-widget ul li,
body .sidebar-widget {
color: #000000;
}
Also in custom Codes I have this :
<pre class=”brush: css; gutter: true; first-line: 1; highlight: []; html-script: false”>body,p{font-size:16px;font-color:#292929;font-weight:bold;}
h3.logo-sub{color:#0000;}
and in java:
<pre class=”brush: javascript; gutter: true; first-line: 1; highlight: []; html-script: false”>jQuery(document).ready(function($){
$('.social-icons').addClass('social-icon-inverse');
});