Advertisement:

Author Topic: osclasswizard  (Read 429 times)

ig

  • Jr. Member
  • **
  • Posts: 68
osclasswizard
« on: July 21, 2018, 12:02:35 pm »
i can't find where to remove footer copyright

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: osclasswizard
« Reply #1 on: July 21, 2018, 05:25:22 pm »
Hello,

If you can't find a setting to remove it in Theme Settings in admin, open footer.php from theme file and remove copyright text.

Regards.

ig

  • Jr. Member
  • **
  • Posts: 68
Re: osclasswizard
« Reply #2 on: July 21, 2018, 07:11:41 pm »
where can i find the footer php , am new i don't know how to locate the footer php

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: osclasswizard
« Reply #3 on: July 21, 2018, 07:41:54 pm »
Here's a simpler solution, go to osclass admin, then Appearance -> Theme Settings -> Theme Style and paste following code in Custom CSS:

Code: [Select]
.copyright {
    display: none !important;
}

Regards.

ig

  • Jr. Member
  • **
  • Posts: 68
Re: osclasswizard
« Reply #4 on: July 21, 2018, 08:39:51 pm »
  :D :D problem solved, thanks dear.