Comments 2TakeshiHamada started the conversationJune 3, 2023 at 9:24amHi, Can I make borders here?Attached files: SCR-20230603-qaqr.png SCR-20230603-qagj.jpeg 296Paul repliedJune 8, 2023 at 5:16pmPlease check my response about how to inspect the elements and custom CSS in your ticket here: https://uxbarn.ticksy.com/ticket/3384744/In this case, to add the borders to those elements, please try using something like this: .portfolio-item-list .portfolio-item img, .portfolio-category-wrapper, .portfolio-content-wrapper { border: 4px solid red; }The code will add a 4px-thick red border to those elements.1 Like 2TakeshiHamada repliedJune 12, 2023 at 7:58amThanks!1 Like Sign in to reply ...
Hi,
Can I make borders here?
Attached files: SCR-20230603-qaqr.png
SCR-20230603-qagj.jpeg
Please check my response about how to inspect the elements and custom CSS in your ticket here: https://uxbarn.ticksy.com/ticket/3384744/
In this case, to add the borders to those elements, please try using something like this:
The code will add a 4px-thick red border to those elements.
Thanks!