I have a website that recently has stopped displaying custom css (most obvious example is header should be blue and is black) and the homepage slider is not working either. I have updated wordpress and all plugins but still no luck. Is it possible that this has been hacked?
The url of the site is: http://sherlockhomes4u.org/
Here is some code as an example
/* Header */
#masthead-wrap {
background: none repeat scroll 0 0 #155392!important;
margin-bottom: 50px;
}
#navigation .dropdown-menu a {
color:#fff;
font-size:17px;
letter-spacing:0px;
text-transform:none;
}
#navigation .dropdown-menu a:hover {
color:#15ABD6!important;
}
#quickcontactwrap {
background: none repeat scroll 0 0 #15ABD6!important;
}
#quickcontact {
color: white;
font-size: 17px;
font-weight: bold;
margin: 0 auto;
padding: 5px 0;
text-align: right;
width: 980px;
}