Change the footer designed by link
-
With Customizr version 3.0.13, the code to change the Designed by link is in the file: customizr/parts/class-footer-footer_main.php.
- Download class-footer-footer_main.php
- Replace
'<a href="'.TC_WEBSITE.'">Themes & Co</a>'
with your info (note the single quotes to be removed) - Example:
'<a href="https://YourSite.com" target="_blank">Your Site Name</a>'
When customizr is updated, this file will be overwritten, so you will need to upload this file again unless you are using a child theme.
If you are using a child theme, then you need to upload the amended file to the parts folder under your child theme – customizr_child_folder/parts/class-footer-footer_main.php
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change the footer designed by link’ is closed to new replies.