• st3vie

    (@st3vie)


    Hello,

    I would like to know how to remove the border around the thumbnails of the portfolio featured images in projects section of the main page please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • link to site?

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi @st3vie, the following CSS will remove the borders from the portfolio projects on the main page.

    .portfolio-projects .jetpack-portfolio {
        background: none;
    }

    If you wish to tighten up the spacing around the portfolio project images on the main page, add a padding declaration and adjust as desired. Originally the padding is 20px.

    If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.

    Child Themes
    Child Theme creation plugins
    Jetpack plugin
    Custom CSS plugins

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove portfolio section thumbail border’ is closed to new replies.