Tagged: border color, main content
I currently have a border color set via the Stying panel > Main Content, however, is it possible to override that border color for “Main Content” on home page only using quick CSS?
Hey!
Yes it is, try with the following:
.home *{
border-color: red !important;
}
Cheers!
Josue
excellent thanks!
You are welcome, glad we could help :)
Regards,
Josue