• Resolved jfambrini

    (@jfambrini)


    I have used the following code to remove the notice in the footer:

    .site-info {
    	display: none!important;
    }

    but it is removing the whole footer not just the credit link. I’m displaying some information below the footer so would like a footer of the same color as the header, I don’t want it removed completely

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    You have to use just the class .credit-link for the footer copyright, not the .site-info class which represents the whole footer.

    As alternative, you can also take a look at our Tortuga Pro add-on which provides extra settings to change the footer copyright: https://themezee.com/addons/tortuga-pro/

    Cheers,
    Thomas

    Thread Starter jfambrini

    (@jfambrini)

    Thanks. This worked

    .credit-link {
    display: none!important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Credit Link Tortuga’ is closed to new replies.