Site logo

Archived topic

only change the color of the Widget Tittle background

3 replies · Started by diedrich on November 29, 2020

Viewing posts 1–4 of 4

hello, I can't find in the documentation how to change the color of the Widget Tittle background only, is this possible??

gr
Died

Hi there,

try adding this CSS:

h2.widget-title {
    padding: 5px;
    background-color: #ccc;
}

thank you David ,It works fine !!!

You're welcome

This archived topic is closed to new replies.