CSS - Portfolio

I have created in a gallery in the portfolio app where I have added a border around each image. When I place the cursor over the image, the border disappears. What ccs should I add so this does not happen?

Also, when I click on an image to enlarge it, there is no border. What should I change so the border appears?

This is a link to my website.

1 Like

Hello @user829!

Thank you for contacting us!

I am terribly sorry that you’ve faced difficulties using our app!

I’ve forwarded your request to our devs and, hopefully, they’ll come up with a proper solution really soon. Please do not worry, I’ll keep you updated :wink:

Hello @user829!

Great news :fire: We’ve customized the widget the way you’ve described!

Could you please check it and let me know if you like what you see?

Hello @user829

I am so sorry for being not clear enough. We’ve added the following CSS code to the Custom CSS field in the Style tab of your widget settings:

.eapp-portfolio-project-look-card-picture-wrapper,
.eapp-portfolio-project-detailed-media {
	border: 1px solid #c0c0c0;
    background-color: #fff;
    padding: 3px;
}

Could you please check it and let me know if you like what you see?

Thank you.

1 Like