Site logo

Archived topic

widget color border

5 replies · Started by Sam on April 9, 2023

Viewing posts 1–6 of 6

Hi - I want to add a border color to my widget area. Currently the code I have is

}
.widget_recent_entries li a {
display: block;
background-color: #D9ECF1;
padding: 10px;
}

This is the color I want to add as the border - 45999b

Thanks,
Sam

Hi Leo,

These widgets are on my right sidebar for recent posts and my footer for recent posts. They highlight my recent posts and are currently a blue color. Id like to add a boarder around them. I am linking my blog below.

Try this:

.widget_recent_entries li {
    border: 1px solid #000;
}

That worked, thanks Leo!

No problem :)

This archived topic is closed to new replies.