• Dear Anders,

    I have a number of enquiries in regards customisations.

    1 the sidebar.
    Is there any way where we can replace the “menu” text with a call-to-action? Say, a button or a hyperlink of our choice?

    2 the footer text.
    is there anyway for us to adjust or edit the footer text?

    3 option to centre the header tagline.
    is there a way to centre the header’s tagline? Right now it seems to be restrictive to only display the site tagline as left aligned.

    4 option to swap logo for dark mode.
    Is there a way to have a different logo (or perhaps some sort of css filter) to invert itself when viewed on dark mode?

    I am grateful and thank you for the generous work on the WordPress themes.

    Sincerely,
    Andy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @andyw85,

    1. Technically yes, but it would be complicated enough that I wouldn’t recommend it.

    2. Not out of the box. If you create a child theme, you can copy over the footer.php file to the child theme and edit the text in the code.

    3. You can add the following CSS to Appearance → Customize → Additional CSS:

    .header-titles {
        width: 100%;
        justify-content: center;
    }

    It might look a bit odd depending on your header settings, though.

    4. Yes, there’s a setting for a “Dark Mode Logo” in Appearance → Customize → Site Identity.

    — Anders`

    Hi Anders,

    Much appreciated, sincerely at last :)! I shall follow your workarounds soon and if I do have any further queries I shall let you know. Regards, Andy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Footer text & add a CTA button or link on the sidebar?’ is closed to new replies.