Viewing 1 replies (of 1 total)
  • You can try something like the following in Additional CSS

    .site-footer {
    	color: red !important;
    	background-color: blue !important;
    }

    You may or may not need the !important text in there, try it first without them

    .site-footer {
    	color: red;
    	background-color: blue;
    }

    But if it doesn’t work add them back in there.

Viewing 1 replies (of 1 total)
  • The topic ‘Copyright / Footer’ is closed to new replies.