Yes. You'll need experience with FTP and editing files. Use a FTP program to edit your your footer.php file located in the /elements folder of that theme.
Go to pages&themes, click customize on your active theme
in the theme, click add your css
in the CSS code box add:
.powered-by{visibility:hidden;}
then save.
It doesn't delete it, but hides it. No page edits, and you just remove it if you want it to be visible again. Otherwise just edit the footer and remove the code. I just log in to my ssh terminal and use nano to text edit the files.
Hope that helps and is easier.
ps. you can use view source or inspect element in your web browser and search your webpage for any element on the page and hide or otherwise tweak virtually anything that is assigned a id or .class. :think <div> tags. A quick search on CSS and classes and id's and "visibility", etc will give you the basic things you need to experiment. and the best part is, there are no actual adds or deletes on your site so you can just delete the line of CSS code you added and you will be back exactly where you were. Just remember, the little CSS box in the customize theme is applied globally, so don't go hiding <body> or any other commonly used html markup unless you want to apply it to the entire site.
-Warren
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
Remove the line that prints those links.