Copyright in Footer

  • Unknown's avatar

    Hi there,

    Just wondering if there was a way to add a copyright to the footer of our website?

    Any help is greatly appreciated!

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

  • Hi there!

    Yes you could use .footer-information p:after as a selector. You could try with this code

    .footer-information p:after {
    	content: "Copyright Core Sport Communications";
    	display: block;
    	color: #005f6b;
    }

    And you can also remove ‘display:block;’ statement in case you want this notice in the same line as WordPress message.

    Hope this works. Have a great day!

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