Home Forums Jevelin Theme SIngle Portfolio Page BAckground Reply To: SIngle Portfolio Page BAckground

Home Forums Jevelin Theme SIngle Portfolio Page BAckground Reply To: SIngle Portfolio Page BAckground

Solution for this topic

For single post use the below CSS code.

 

body.single-post .sh-titlebar,
body.single-post .content-container {
    background-color: #d0c0c0;
}

 

And for single page use the following custom CSS code.

 

body.page .content-container,
body.page .content-container .sh-section {
    background-color: #d0c0c0;
}