Okay
  Public Ticket #3175759
Design Question Portfolio Thumbnails
Closed

Comments

  • innersmile73 started the conversation

    Hey guys,

    I really enjoy this theme and had a lot of fun build my portfolio with it. Just one little question. I want to have borders around my featured images in the portfolio grid wall. Is the a quick way to do this ? It seems there is not option for that. Thank you and keep up the good work

  •  854
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .portfolio .o-portfolio-item {
        border: 1px solid black;
    }

    Feel free to ask for anything you need.

    Kind Regards