Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2874088
Change Default Portfolio Page background color
Closed

Comments

  • dlh1045 started the conversation

    Hello, 

    Can you tell me how to change the default background color for portfolio and portfolio item pages?


    Thanks!

  •  2,492
    PenciDesign replied

    Hi,

    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.