Buy me a coffee

Blog Post Background

Use code to Post Blog Item Code Injection

<style>
/* Main Content - Header */
article .section-background, article .section-border,header#header {
    background-color: #0a3760 !important;
}
/* Blog title */
h1.entry-title {
    color: #2BC49E !important;
}
/* blog text - pagination */
.blog-item-inner-wrapper *:not(h1), section#itemPagination * {
    color: #fff !important;
}
/* pagination arrows */
section#itemPagination svg {
    stroke: white
}
/* burger icon */
div.burger-inner>div {
    background-color: #fff !important;
}
/* pagination */
section#itemPagination {
    background-color: #0a3760;
}
</style>

Blog Post Background 01 Min