What is the problem with my custom CSS?

Hi peeps

I am learning to use the Bricks builder. Really exited to step up my game.

I have added a simple line of custom CSS to a class:

root > * {
border: 5px solid red;
}

The container includes 3 feature cards. On the 2nd attachment you can see that it is selecting multiple cards.

The CSS is not working (there is obviously no red border). I need to be sure custom CSS is working for other actions I am trying to figure out.

What other information can I provide to figure out why the CSS is not working?

Kind regards
Jarko

%root% not root and I dont think you need > there remove that.

btw use classes if you can
create like .bordered class and give borders and add that class to the elements where its needed.

2 Likes

Thank you :slight_smile: A rookie mistake of course hehe.