XF 2.1 background of the footer

@abdur7man@

Member
Good evening, how are you?
I have a problem with website design
I would like to edit the background of the footer as it is clearly visible and make it transparent
192808-----------
I tried all the solutions and I have not found a solution yet
 
Looks like you've modified the footer a bit but this in extra.less should work:

Code:
div.p-footer-text, div.p-footer-text > div {
    background-color: transparent !important;
}

Although... your background won't cover that, normally it would but you've modified it so the footer doesn't sit inside the div where you've placed the background.
 
Top Bottom