How to hide the "Create site for free" button at the bottom of the page?

To do this, add the following code to the CSS field on the Advanced tab:

#footer div[data-bid='224'] .view-footer .view-footer  {
    display: none;
}

Do you have any questions? Write to us