Support » Theme: Olsen Light » Footer text

  • Resolved foxyfrank

    (@foxyfrank)


    I want to change the footer of my website. I don’t know code. How do I do this? Right now it just says my name which is a picture.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Nik

    (@nvourva)

    Hello.

    Olsen Light’s footer only displays the site’s title or logo if available, it is not modifiable I’m afraid.

    Thread Starter foxyfrank

    (@foxyfrank)

    Is there no way to do it through PHP?

    Nik

    (@nvourva)

    Modifying the theme’s templates can produce such a result, but I’m afraid customization of this form falls outside the support’s mandate.

    Thread Starter foxyfrank

    (@foxyfrank)

    Thanks for your help!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    but I’m afraid customization of this form falls outside the support’s mandate.

    @nvourva, It doesn’t look like you are associated with this theme. Are you? If you are, I can provide you with a custom title. This leads me onto a next point; would it be okay if you could rephrase that into something like “We, at [company name] cannot support these customisations, but the question is still open to the WordPress community for anyone to answer”.
    Thanks,
    Andrew.

    Nik

    (@nvourva)

    @andrew

    Yes, I am associated with the theme. I’m part of the author team, the one at the lower right corner here.

    It would be awesome if you could provide a custom title, it will make things clearer for people posting here, thank you.

    I’ll try to phrase my statement above a bit better.

    Edit: It appears that I’m late and can’t edit that post any more.

    @andrew By the power vested in me as the theme author, I confirm that @nvourva is associated with the theme 😀

    @foxyfrank, in what way you’d like to change the footer?

    Thread Starter foxyfrank

    (@foxyfrank)

    I don’t want a picture of the website name. I just want something small like ‘Copyright’.

    Ideally in a child theme, you can edit footer.php and modify the block:

    <div class="site-logo">
    ...
    </div>

    to something like:

    <div class="site-logo">
        <p class="tagline">Copyright blah blah blah</p>
    </div>

    Thread Starter foxyfrank

    (@foxyfrank)

    I really wish I had the time to learn this. Thank you very much. Where do I review your theme?

    You can submit a review using this link.

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