Portfolio thumbnail border and shadow

  • Posted in : BookCard WP
  • Timbooo
    Participant

    Hi,

    Is there an option to change the border size, color and shadow of the portfolio thumbnails?

    And is it possible to show the thumbnail pictures without borders and shadows?

    Thank you!

    serkan
    Moderator

    Hi Timbooo,
    You can use these custom css codes for removing borders and shadow from the portfolio items.

    .portfolio-items .media-box:before { box-shadow: none; }
    .portfolio-items .media-box { padding: 4px; }

    These are the default color, size and shadow of the portfolio. Just replace to your niches.
    .portfolio-items .media-box {
    padding: 4px;
    background-color: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px #d1d1d1;
    box-shadow: 1px 1px 1px #d1d1d1;
    }

    Thanks

    Timbooo
    Participant

    Perfect… Thank you very much!

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register