Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133380
    Kevin Sencherey
    Participant

    Hi,

    I am currently using the simple catch theme on wordpress to build a site and I would like to edit the footer (ie remove the “Powered by WordPress || Theme: Simple Catch” comment from the footer). I have watched a few videos which directed me to the footer.php file in the Appearance => Editor section but none worked. Your assistance will be greatly appreciated. Thank you.

    #133497
    Skandha
    Participant

    @kevin-sencherey: Sorry for the late reply. I seem to have missed your post. I suggest you not to edit you themes files without creating a child theme because when you update the theme all your changes will get lost.

    To remove the things you’ve mentioned
    Go to => Appearance => Customize => Additional CSS and add the following CSS

    .powered-by {
        display:none;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #133576
    Kevin Sencherey
    Participant

    Hi Skandha,

    Thanks a zillion for your assistance. It worked perfectly. The “powered by Word press || Theme: Simple Catch” was completely removed when I followed your instruction. One more thing please, how do I add my text now that this has been removed.

    For instance, how do I “Designed by Kevin Sencherey” in the same section where the “powered by Word press || Theme: Simple Catch” has been removed from? Thank you.

    Kind regards,
    Kevin.

    #133688
    Skandha
    Participant

    @kevin-sencherey: Sorry for the late reply. Footer editor option is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the pro version of the theme.

    Alternately, you can edit the footer text by creating a child theme and editing core theme files.
    Let me know if you are comfortable with child theme customization.

    Hope this resolves your issue.
    Regards,
    Skandha

    #151870
    enam520
    Participant

    How do I change the color of header. I want it to be white. How should I do that?
    Also I want the Logo Name to be in Middle instead of being Left. How I do that?

    Thanks in Advance.

    #151904
    Skandha
    Participant

    @enam520: Please post in your site URL so that I can look into the issue and provide you possible solutions.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I Edit Footer in Simple Catch them’ is closed to new replies.