Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78532
    de DIY Diva
    Participant

    Hello,
    I love your theme, and used it with some adaptations for my blog at http://www.diydiva.nl

    I have a question: at the end, near the footer, there are the credits. It states:

    Copyright © 2015 De DIY Diva. All Rights Reserved. | Catch Responsive Child 02 by <a href="http://catchthemes.com/">Catch Themes</a>

    How can I correct the <a href-part into a decent link to Catch Themes?

    #78561
    Sakin
    Keymaster

    I see that you have code like this
    <a target="_blank" href=""><a href=&quot;http://catchthemes.com/&quot;>Catch Themes</a></a>

    With you need to fixed by changing to:
    <a target="_blank" href="http://catchthemes.com/">Catch Themes</a>

    #79052
    de DIY Diva
    Participant

    Thank you. This code was not changed by me, but (I suppose) by my Child theme editor automatically. Where can I replace this code, in what file?

    Thanx!

    #79070
    Sakin
    Keymaster

    You need to check your child theme file. I don’t know from where you have added in as I don’t know our code in child theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Credits on footer’ is closed to new replies.