D dimrok New member Licensed customer Jun 8, 2021 #1 Can someone tell me how to update the background color for the footer. I'm using the default xenforo theme. I've gone through all the color options in the editor and I don't see one that will edit that area. This is the area I'm talking
Can someone tell me how to update the background color for the footer. I'm using the default xenforo theme. I've gone through all the color options in the editor and I don't see one that will edit that area. This is the area I'm talking
P Paul B XenForo moderator Staff member Licensed customer Jun 8, 2021 #2 Try this in the extra.less template: Less: .p-footer { background-color: orange; } Upvote 0 Downvote