Custom CSS Code:
.front #node-97971 > div.content > div:nth-child(3){
margin-left: 18%;
max-width: 100%;
width: 100%;
}
#block-aw_custom-0 .navbar {
background-color: #7E7E7E !important;
border-color: #110f10;
}
.post-footer-wrapper,
.aw-wrapper {
background: #7E7E7E !important;
}
Custom Script Code:
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script>
$(document).ready(function(){
if($('.page-admin-build-block').length > 0){
console.log('admin block page');
}else{
console.log('not admin block page');
// style all register logos
$('body :not(script,sup)').contents().filter(function() {
return this.nodeType === 3;
}).replaceWith(function() {
return this.nodeValue.replace(/[™®©]/g, '<sup>$&</sup>');
});
}
});
</script>
<script>
$(document).ready(function() {
if (typeof $({}).magnificPopup == 'function'){
$('.popup').magnificPopup({type: 'iframe'});
}
$ ('#bx-slider').bxSlider ({
auto: true,
speed: 1500,
pause: 7000,
pager: false,
controls: false,
preloadImages: 'all'
});
});
</script>
Custom Powered By AW Button:
White
