CSS code to change the color of header and bottom menu

I believe you want to change the background color of the bottom area.

Here’s the code.

<pre><span><style>
[data-test="card-item"] .bottom-area {
background-color: gold;
}
7 Likes