mbuwembo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add white background to Posts and PagesI fiddled and changed it up last night.
found this code from a site I liked and popped it in:
WebFontConfig = {“typekit”:{“id”:”cin0kuu”}};
(function() {
var wf = document.createElement(‘script’);
wf.src = (‘https:’ == document.location.protocol ? ‘https’ : ‘http’) +
‘://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js’;
wf.type = ‘text/javascript’;
wf.async = ‘true’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(wf, s);
})();
</script> <style type=”text/css”>
.site-container {
background: none;
}
</style>
<style type=”text/css”>
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
border: 0px;
margin: 0;
}table.recentcommentsavatartop a, table.recentcommentsavatarend a {
border: 0px !important;
background-color: transparent !important;
}td.recentcommentsavatarend, td.recentcommentsavatartop {
padding: 0px 0px 1px 0px;
margin: 0px;
}td.recentcommentstextend {
border: none !important;
padding: 0px 0px 2px 10px;
}.rtl td.recentcommentstextend {
padding: 0px 10px 2px 0px;
}td.recentcommentstexttop {
border: none;
padding: 0px 0px 0px 10px;
}.rtl td.recentcommentstexttop {
padding: 0px 10px 0px 0px;
}Thanks!