Archived topic
widget color border
5 replies · Started by Sam on April 9, 2023
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 there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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 :)