• Resolved germanjourney

    (@germanjourney)


    I cant seem to figure out how to get rid of the theme credit at the bottom of my site. I have tried entering this CSS

    .site-info.text-center {
    display: none;
    }

    It didn’t work though. Anybody have anything to help?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi there,

    That is targeting a class text-center and site-info which doesn’t exist on the page which is why it’s not working. What you are looking for is just the site-info class. So something like:

    .site-info {
      display: none;
    }

    Let us know if that helps

    Thread Starter germanjourney

    (@germanjourney)

    Thank you so much. That did the trick.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Awesome! Happy to hear that worked for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme footer credit.’ is closed to new replies.