Can't edit copyright footer text in Supreme Directory theme

This topic contains 5 replies, has 3 voices, and was last updated by  Giri 7 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #289487

    Jeff Tobler
    Full Member
    Post count: 18

    Hi,

    We just purchased GD with the addons and themes, and we are having trouble editing. I wanted to edit the copyright text, but there is no place to do that under Customize > Footer. I only see options to change footer text color and background color. Is there another place to do that? I have used many WP themes, and all of them are fairly similar to edit except this one. Is there some documentation I could look at to figure out how to edit everything else?

    #289516

    Guust
    Moderator
    Post count: 29970
    #301610

    Jeff Tobler
    Full Member
    Post count: 18

    Thank you, Guust, but unfortunately I can’t get your solution to not show duplicate footers. Nor can I get this solution to work, which was posted just recently by another support staff.

    
    
    remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 );
    add_action( 'dt_footer_copyright', '_my_dt_footer_copyright_text', 10 );
    function _my_dt_footer_copyright_text(){
    	echo 'My copyright text';
    }

    I simply want to change the footer text. Where would I find this?

    #301839

    Giri
    Expired Member
    Post count: 3155
    #302051

    Jeff Tobler
    Full Member
    Post count: 18

    This did it, Giri. Thank you very much!

    #302053

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket