After exploring the interface of bootstrap-studio
, it appears that there is no direct option to add a border to an element. However, this can still be achieved either through custom css
code or by utilizing the predefined boostrap
border classes. You may refer to the following link for more information on bootstrap borders: https://getbootstrap.com/docs/4.1/utilities/borders/
In my case, I attempted adding border-dark
to Class Names but encountered issues as shown in the screenshot below:
https://i.sstatic.net/eVc1I.png