Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358636
    Samuel
    Participant

    Apologies for the confusing title.
    I’d like to be able to replace my text logo with the word ‘Back’ on every other page BUT the home page.
    Is there a way to do this?
    : )

    http://samuelhigginson.com/

    #1358660
    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery('body:not(.home) .x-brand.text').text('Back')

    Hope it helps 🙂

    #1358682
    Samuel
    Participant

    Holy smokes!
    You nailed it.
    Cheers

    #1358690
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1358636 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>