• Resolved cbalesc

    (@cbalesc)


    Hello!

    I was wondering if there was any custom CSS to change the color of the border that is around my portfolio thumbnails? By default the color is white and I want to change it to black.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you provide a link to your website please and I’ll inspect further for you?

    Thanks.

    Thread Starter cbalesc

    (@cbalesc)

    [https://northernnightsprod.com]

    The portfolio is at the bottom of my home page and projects page.

    Thank you

    • This reply was modified 8 years, 5 months ago by cbalesc.

    Thanks, add this to your Child Theme style.css file, or via a Custom CSS plugin:

    .project-navigation-wrapper .jetpack-portfolio, .portfolio-projects .jetpack-portfolio, body.archive[class*="jetpack-portfolio"] .jetpack-portfolio {
        background: #000;
    }

    Hope this helps.

    Thread Starter cbalesc

    (@cbalesc)

    Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change portfolio border color’ is closed to new replies.