• Hi there,
    I ‘ve got some questions:
    theme used: cakifo https://azubi-scout.net/
    1. I’d like to rename “recent posts” where can I do that?
    2. I’d like to delete postdate and “posted by” where can I do that?
    3. Can I change the white colour background on pages and posts?

    And if finally somebody knows why the contact form by contact form7 https://azubi-scout.net/online-bewerbung/ can not be formatted with cakifo I really would be deeply impressed ??

    Thankls in advance
    cara

Viewing 1 replies (of 1 total)
  • Hello Cara,

    First you should create a child theme: https://github.com/jayj/Cakifo/wiki/Child-themes

    1. Translation.

    You can create a german translation to translate the theme. To be able to translate, do you need a .po file editor. I recommend Poedit (both for PC & Mac)

    After you’ve downloaded the program, go to the Cakifo theme folder and find the languages folder. In that is there a file called default.pot. Open that and save in your child theme languages folder as cakifo-de_DE.po.

    You should now be able to theme the whole theme – or if you want, just the “Recent Posts” string.

    2. Post date

    Where on the page is the strings you want removed?

    3. White background

    Yes, that can be changed in the child theme style.css

    4. Contact form 7

    Try this CSS in your child theme style.css

    input, select, textarea {
       width: auto;
    }

    Hope that helps you. If not, feel free to write again. If you have any questions beside this one I recommend you sign-up for theme support on Theme Hybrid.

    – Jesper

Viewing 1 replies (of 1 total)
  • The topic ‘ho to change "recent posts"?’ is closed to new replies.