NooTheme Premium WordPress Theme › Forums › Timetable › Yogi › simple page required for a new class
Tagged: New class page
- This topic has 9 replies, 2 voices, and was last updated 2 years, 1 month ago by
_nixstar_.
-
AuthorPosts
-
2 years, 1 month ago #1065372
Hi
I need a simple page when I create a new class. I do not want a page with the "class information" on it (side widget).
How can I do this as its key to my new website. I have read the documentation but cant find out an answer.
2 years, 1 month ago #1065430Hi,
Thanks for contacting us.
If you want to hide the Class Information section on your site, you can add this Custom CSS segment to Customizer > Custom Code > Custom CSS:
section#class-info-1 {
display: none;
}
You can check, then feedback us.
Best Regards,
NooTheme
2 years, 1 month ago #1065570Hi
I have tried this custom CSS and it did not work. Is there are specific version of the noo theme that this works on. Im running Version: 2.7.2
2 years, 1 month ago #1065612Hi,
Can you provide us with your website's URL & admin account privately via checking Set as private reply checkbox? We will check this Custom CSS segment on your site directly.
Thank you.
NooTheme
2 years, 1 month ago #1065622This reply has been marked as private.2 years, 1 month ago #1065686Hi again,
Thanks for getting back to us.
We helped you to add this Custom CSS segment to fix this issue:
.single-noo_class .single-sidebar {
display: none !important;
}
Please check it, then feedback us.
Best Regards,
NooTheme
2 years, 1 month ago #1065735Hi that works
is it possible to also have an option to remove the class timetable from the bottom of the page
Thanks
2 years, 1 month ago #1065781Hi again,
Please use this Custom CSS segment to fix:
.single-noo_class .noo_class .timetable_week{display:none !important;}
Best Regards.
NooTheme
2 years, 1 month ago #1065803Hi
Thanks that works
2 years, 1 month ago #1066016Hi again,
If you have other questions, don't hesitate to ask us. We are ready to help you.
Thank you.
NooTheme
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.