Hello,
You need to add this code to your style.css from your child theme folder:
COPY CODE
.row .four
{
border-left: solid 1px #xxx;
}
For changing the widget background color, you can do this by adding:
COPY CODE
.widgets
{
background-color:#xxx;
}
Keep in mind that changing the background color for widgets implies more CSS work for the widgets to look right.
Also “#xxx” is the color code and you should replace this with the color you want to use.
Thank you,
Catalin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution