At the bottom of my website is Create by Catch Themes? Can I delete that? Or at least change it?
Thanks for all of the help guys. Check it out at http://gymwolf.net
Otherwise do people just leave it?
Hello, Your front page looks great! I see alot of info on supplements I will be checking out. Just followed you. If you would like, please follow me too.
Regards,
Tim
If you cant get rid of it then at least make it a nofollow link
There are plugins that will do this
If depends some themes let you change this, go to customise on your theme and then click on footer. This should have the option on whether or not you can change or remove this. Thanks Naeem
You can always remove the text in the footer by editing the code however as Jaytech indicated this may not be permitted (Although possible) and most likely will be in breach of the free use terms of the theme.
you generally can. you will most likely need to edit the code for the theme.. i would do a google search for your theme and add "how to change the footer credits"
See more comments
At the bottom of my website is create by catch themes? can I delete that? or at least change it?
At the bottom of my website is Create by Catch Themes? Can I delete that? Or at least change it?
Heres some code for you
Warning it will probably mean you will be going against the terms and conditions for using that theme.
Using this you will not alter any existing code and if it gives you problems you can just remove it again.
Go to your wordpress Dashboard
and select
Appearance
Customizer
Theme Options
Custom CSS Options
Copy the following code and paste into the white input box (IMPORTANT There is a Full stop or Period before each line)
.sep {display:none;}
.theme-name {display:none;}
.theme-author {display:none;}
.theme-by {display:none;}
Click Save & Publish Blue button
This does not remove the text but just stops it being displayed.
In technical lingo there is a difference. i.e. it still remains in the original code
Dave
Thanks for all of the help guys. Check it out at http://gymwolf.net
Otherwise do people just leave it?
Hello, Your front page looks great! I see alot of info on supplements I will be checking out. Just followed you. If you would like, please follow me too.
Regards,
Tim
If you cant get rid of it then at least make it a nofollow link
There are plugins that will do this
If depends some themes let you change this, go to customise on your theme and then click on footer. This should have the option on whether or not you can change or remove this. Thanks Naeem
You can always remove the text in the footer by editing the code however as Jaytech indicated this may not be permitted (Although possible) and most likely will be in breach of the free use terms of the theme.
you generally can. you will most likely need to edit the code for the theme.. i would do a google search for your theme and add "how to change the footer credits"
See more comments
Heres some code for you
Warning it will probably mean you will be going against the terms and conditions for using that theme.
Using this you will not alter any existing code and if it gives you problems you can just remove it again.
Go to your wordpress Dashboard
and select
Appearance
Customizer
Theme Options
Custom CSS Options
Copy the following code and paste into the white input box (IMPORTANT There is a Full stop or Period before each line)
.sep {display:none;}
.theme-name {display:none;}
.theme-author {display:none;}
.theme-by {display:none;}
Click Save & Publish Blue button
This does not remove the text but just stops it being displayed.
In technical lingo there is a difference. i.e. it still remains in the original code
Dave