• Hi,
    I’m making a website and would like to delete the “Theme: Vogue by Kaira”. I’m using the free theme, is it legal to do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there, i am having the same issue, i do not know how to remove the theme line, i have been looking around on other forums but nothing seems to be working. I do not know if it is legal but i think it is since a lot of people using wordpress themes removed the theme line.

    I copied the following into the very bottom of the style.css and it removed “Theme: Vogue by Kaira” (Not sure if both are needed but it worked.):

    /* Removing footer altogether */
    .site-footer-social-copy { display: none; }

    /* Removing credits while still using footer widgets */
    .footer-area-site-info { display: none; }
    .site-footer-social-copy { padding-bottom: 0; }

    You own the website, so generally you can put anything on it that you’d like. There shouldn’t be any legal issues in removing the slug, though when using free code provide by others, it’s always nice to give them some credit somewhere.

    Most themes hard code the credit into their footers in a theme file titled footer.php which can make it trickier to find and modify/change.

    I think that in most versions of Vogue, you can change the credit in the theme customizer by going to the tab Website Text and changing the text in the Site Copy Text field.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Theme: Vogue by Kaira" Text legal to remove?’ is closed to new replies.