Site logo

Archived topic

Setting a background image for widget titles in the sidebar (Marketer theme)

1 reply · Started by Timo on December 22, 2019

Viewing posts 1–2 of 2

Hi!

With CSS, how can I add a background image to the sidebar widget titles?

Cheers,
Timo

HI there,

try this CSS:

.widget-title {
    padding: 10px;
    background-image: ur('url_to_your_image');
}
This archived topic is closed to new replies.