Create Footer Without Plugin In GeneratePress Theme

4.6/5 - (92 votes)

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.


One Request?

I worked hard on this post to help the blogging community. It would help me a lot if you consider sharing it on social media networks. Because Sharing Is Caring.. ♥️

Sharing Is Caring...
Avatar of ANAND

An aspiring MCA student formed an obsession with Blogging, SEO, Digital Marketing, and Helping Beginners To Build Amazing WordPress Websites.

3 thoughts on “Create Footer Without Plugin In GeneratePress Theme”

Leave a Comment