• Resolved rautsanju123

    (@rautsanju123)


    Hi,
    i am trying to change the Footer of Allegiant theme,does anyone know how to remove this line on bottom of the website”Allegiant theme by CPOThemes” ??

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @rautsanju123,

    You can remove that copyright info by editing the footer.php file and removing it from there.
    Or hide it with by adding this code in Appearance > Customize > Additional CSS:

    .footer-content {
        display: none;
    }

    All the best,
    Mihaela

    Thread Starter rautsanju123

    (@rautsanju123)

    Hi Mihaela,
    Thanks for reply.
    When i add this code to css file
    .footer-content {
    display: none;
    }

    All footer is get hide.
    But i don’t want to remove the whole footer.
    I only want to remove the botton line which is ? Allegiant 2018. Theme designed by CPOThemes.And want to add my custom text to bottom line.
    Waiting for reply.
    Thanks

    I looked into this and used the plugin Real-Time Find and Replace. Looking online you can do what you want but it involved creating child themes which all seemed a bit fiddly to me. With this plugin you have to change the settings if the original wording changes (e.g. when the year gets changed) but it’s a simple way to resolve this.

    Hope this helps,

    Ralph

    Thread Starter rautsanju123

    (@rautsanju123)

    Hi,
    Sorry but it didn’t work well.
    I try to replace the text Allegiant theme by CPOThemes. but it didn’t work.
    is there any other way to fix this?
    Thanks,

    Sanju

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Change the Footer of Allegiant theme’ is closed to new replies.