Archived topic
Removing the Underline from Footer Widget
3 replies · Started by purnima banik on June 6, 2020
Viewing posts 1–4 of 4
Hi, Leo
You suggested me the code as follows to set an underline across the widgets. However, I want to remove the underline from footer widget only. Please suggest the solution. The code is as under -
.widget ul li {
border-bottom: 1px solid #000000;
}
Hi there,
Try adding this CSS:
.footer-bar .widget ul li {
border-bottom: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Worked Like a Charm !!!
Thank you for the code.
No problem :)
This archived topic is closed to new replies.