Add Copyright in Footer

  • Unknown's avatar

    I’d like to add a NoFilterCareerAdvice.com c 2019 to my footer.
    Can anyone tell me how to do that? I presume i have to use CCS.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    You can add this CSS to do this:

    /*
    Add copyright notice in footer
    */
    .site-info::before {
    	content: "NoFilterCareerAdvice.com c 2019";
    }

    Also note you can get help with questions like this in live chat by clicking the help icon bottom-right on the My Site page.

  • The topic ‘Add Copyright in Footer’ is closed to new replies.