Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96043
    dorleeins
    Participant

    Hello,
    I use the free version of catch adaptive and I would aks you, if it is possible to remove the “Cath Adaptive von Catch Themes” and how I can do that.
    I would also know how I can change “All Rights Reserved” into the german words “Alle Rechte vorbehalten”.
    Regards

    #96056
    Mahesh
    Keymaster

    @dorleeins: For hiding “Catch Adaptive von Catch Themes”, you can use custom CSS. Go to Dashboard=> Appearance=> Custom CSS=> Theme Options=> Custom CSS box and add the following CSS:

    #footer-right-content {
        display: none;
    }

    For the second one, you can edit de_DE.po file and replace line 709 with the following:
    msgstr "Copyright © %1$s %2$s. Alle Rechte vorbehalten."

    If you want to edit and have custom text in footer, I recommend you to upgrade to Pro. The option is already available in Catch Adaptive Pro.

    Regards,
    Mahesh

    #96060
    dorleeins
    Participant

    @mahesh
    thanks – the first one was successful but not the second.

    I changed the words in the line 709 but nothing happend. (I deleted the browser cache)

    Can I changed that with CSS?

    Regards Doris

    #96069
    Mahesh
    Keymaster

    @dorleeins: It will only work if German language is set as active because the change is made in the translation file only. The content cannot be changed with CSS. For custom Text I recommend you to upgrade to pro. Or create a child theme and customize it. You can find more details on creating child theme HERE. For customization I recommend you to hire a customizer.

    Regards,
    Mahesh

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