This topic has 2 replies, 2 voices, and was last updated 10 years by nusolutions.

  • Author
  • #5327
     nusolutions
    Participant

    I need to add links to both the left and right side of the footer in the copyright area. Can this be done? If so is this done in the Quick CSS? If so can someone post some code for me to play around with?

    tia

    #5387
     SQadmin
    Keymaster

    Hi,
    You can redefine in sweetdate-child/functions.php the function that handles that text:

    COPY CODE
    
    function kleo_copyright_text()
    {
      echo '<p>'. __("Copyright", 'kleo_framework').' © '.date("Y").' '. get_bloginfo('name').'. <br class="hide-for-large show-for-small"/>'. get_bloginfo( 'description' ).'</p>';        
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5466
     nusolutions
    Participant

    Resolved!

    Thanks!

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

The topic ‘Add links to footer’ is closed to new replies.

Log in with your credentials

Forgot your details?