Let’s say you have designed the whole website, now you want to Create a different-looking footer on your WordPress website then follow this article because creating Amazing footers is not that hard, watch my video on youtube and do the same. that’s it.
CSS Code
Simply paste these CSS Codes in Additional CSS Box
.inside-footer-widgets h2{
font-size:22px!important;
}
.inside-footer-widgets .rpwwt-widget ul li{
margin-bottom:0px;
}
.inside-footer-widgets ul li{
font-size:16px!important;
}
.footer-widget-1 p {
font-size:16px!important;
}
/* Footer */
@media (min-width: 769px) {
.footer-widgets-container .footer-widget-1 {
max-width:520px;
}
.footer-widget-2 {
max-width:250px;
}
.footer-widget-3 {
}
}
Let me know if you are facing any issue, while doing the same.
hello
Hello Sir, This css is not working in my generate press theme.
No response from this code