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

Hi @lukarebello,

 

I hope you are well today and thank you for your question.

 

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

body.single-fw-portfolio {
    background-color: #d0c0c0;
}

 

You can change the color value in the above code to whatever you want to use by referring the following pages.

 

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

 

Best regards,
Shufflehound team