• Resolved sinnerstedt

    (@sinnerstedt)


    Hi Daniel,

    My name is Rebecca, and me and my organisation Ladyfest G?teborg have recently used your theme Life is good, that we thought looked really nice and suited us good.

    We are not experienced webpage makers, just happy amateurs, and I have some questions on what is possible to do with the theme.

    Is it possible to have our logo at the top of the site? The slider looks very nice, is it possible to have a link on the pictures? And is it possible to change the size of the text?

    Best regards Rebecca

Viewing 1 replies (of 1 total)
  • Theme Author Daniel Klose

    (@klosi)

    Hi Rebecca,

    Thank you for using the theme. I am afraid these changes are currently not possible without touching the code ??

    First what you need to do is create a child theme:
    https://codex.www.ads-software.com/Child_Themes

    In order to change the font size, you have to add the following to your child theme style.css:

    body {
        font-size: 2.8 rem;
    }

    You can change the font size by changing the value 2.8 to another value.

    In order to add the logo you need to copy the header.php file of the theme, to the child theme. Then add the logo via code :-/

    The slider can’t be linked at the moment I’m afraid. Sorry for not having an easier solution for these things available ??

Viewing 1 replies (of 1 total)
  • The topic ‘Logo, size of text and slider pictures as links?’ is closed to new replies.