Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #115967
    kiara
    Participant

    Hi, I created a child theme for Catch Responsive and it worked fine, but when I tried to add some code inside it started saying:

    Parse error: syntax error, unexpected ‘<‘ in /web/htdocs/www.kiaraspace.com/home/wp-content/themes/catch-responsive-child/functions.php on line 7

    I undid what I had done, but it didn’t fix it. Still repeats that line, but there was nothing on line 7 in the functions.php of the child theme!

    Now it doesn’t let me go on the website at all! What did I do wrong? and how do I fix it?
    http://www.kiaraspace.com

    Thanks

    #115971
    Mahesh
    Keymaster

    @kiara: You’ll need to access the cpanel or FTP and delete the child theme and create the child theme again. You’ll need to be very careful while creating a child theme. On minor code error will make your site inaccessible as now.

    Regards,
    Mahesh

    #115978
    kiara
    Participant

    Thanks, I’ll be more careful the next time!

    By the way, I wanted to change the color of the tag links only in the footer but I can’t figure out the name of the class I need to use. Can you help me with this too? 🙂

    Thank you

    #116089
    Mahesh
    Keymaster

    @kiara: Go to Dashboard=> Appearance=> Customize=. Additional CSS box and add the following CSS:

    #supplementary .tagcloud a {
        color: #00ff00;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Child Theme Crashed My Site’ is closed to new replies.