Hi, for the life of me, I can't seem to remove this code from my site. Can you tell me where this code is being pulled from and what steps I need to take to remove it?
Website - aimautosport.com
<style>
#Top_bar #logo img { max-height: 100%;}
@media only screen and (min-width: 960px) {
#Top_bar #logo img { max-width: 190px;}
}
.page-id-1161 #ecommerce_ready .fancy_heading { text-align: left;}
.page-id-1705 { background: url(http://themes.muffingroup.com/betheme/wp-content/uploads/2014/06/wood-texture.png);}
.page-id-1748 .footer_action, .page-id-1748 .widgets_wrapper { display: none;}
.page-id-1768 #Footer { display: none;}
.page-id-1796 #Footer { background: #292929;}
.page-id-1796 .dark .list_item.lists_2 .list_icon i { color: #fff; }
</style>
Comments
it looks like it is custom css that can be removed in Theme options > Layout > Custom CSS & JS > Custom CSS section. This is the section where most css's are stored.