Theme Application

0
In the theme application, you can change the whole background of the containers on the homepage, but how do you only change the color of the outline of the container?
asked
2 answers
1

You mean the border?

if so: type the following in the style property of the container: border-style: ridge;
border-color:rgb(168,168,168,0.2);

answered
0

If you want to define it as a project standard for all containers (not only for one container), I would try to do this in the _custom-variables.scss file (local project folder/theme/styles/web/sass/app/_custom-variables.scss) ... or just explore the available css and scss files in all this folders, they are well commented

answered