Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #133399
    Saucha
    Participant

    Hello, I am using the free version and based on the past topics (contributed by Mahesh) I added the following in custom CSS but it did not work to remove the theme name and author from the footer (Gridalicious by Catch Theme)

    #site-details .theme-name,
    #site-details .theme-author {
    display: none;
    }
    Please advise. Thanks
    http://www.mindscienceyoga.org

    #133410
    Skandha
    Participant

    @saucha: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #footer-right-content {
       display:none;
    }

    Let me know if this works out.

    Regards,
    Skandha

    #133456
    Saucha
    Participant

    That worked. Thanks

    #133489
    Skandha
    Participant

    @saucha: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/gridalicious/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Editing Footer to remove theme name/author’ is closed to new replies.