Today i will share with you two ways on how to remove copyright footer from WordPress. First method is to remove it from the theme options. If you didn’t find it there you can go to the second method where we will use one CSS code to remove it. You can use CSS codes to remove basically anything on your website including texts, comments, links and even menus.
1. Go to Appearance → Customize

Search for the footer settings in the menu or (in some WordPress themes) you will be able to edit the copyright text simply by clicking it.

Highlight the copyright text, right-click it and delete. You can also change copyright footer with your own text by typing it directly on the visual editor. for example “Copyright © 2021 8y35”


Remove copyright text with CSS codes:
ِAnother way to remove the copyright text from footer is by using one CSS code. CSS codes are more effective in editing WordPress websites, they can remove any text, image or any element in your website. So here is how to remove the copyright text
1. Open inspected element
Right-click on your website browser and click on Inspect element or you can click Ctrl + Shift + C from your keyboard.

This button is used to highlight elements in your website page in order to inspect it.


This will tell the browser that you want to edit the highlighted element (copyright text) with CSS codes

You will see a code like “.ast-footer-copyright”
5. Add the CSS code
Click at the empty space between the two arrows

Add the code “display: none;”. You should see that the copyright text has been removed from your footer. If not go back to step 3 and make sure you had highlighted the right element.

After that highlight the code and copy it.
6. Go to appearance → Customize → Additional CSS

7. Paste the code and hit publish
