Comments dlh1045 started the conversationSeptember 16, 2021 at 9:41pmHello, Can you tell me how to change the default background color for portfolio and portfolio item pages?Thanks! 2,576PenciDesign repliedSeptember 17, 2021 at 3:09amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: /* change the single portfolio background */body.single-portfolio #main { background-color: #f1f1f1; padding: 30px;} /* change the archive portfolio background */body.archive.tax-portfolio-category #main { background-color: #f1f1f1; padding: 30px;}Regards,PenciDesign. Sign in to reply ...
Hello,
Can you tell me how to change the default background color for portfolio and portfolio item pages?
Thanks!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.