Create Footer Without Plugin In GeneratePress Theme
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.
No comments:
Post a Comment