Plugin Author
Bob
(@prasunsen)
You mean the title on the user’s My Gradebook page?
No. Well, maybe it is the same
When I use the shortcode to show the gradebook in a random page I have a title (H1) that says My Gradebook.
I would prefer to make it disappear because I would like to use another H.
Or if that is not possible I would like to reduce the size, but I don’t see a class associated to it and I don’t want to mess around with the rest of H in my website.
Thanks
Plugin Author
Bob
(@prasunsen)
You can copy my-gradebook.html.php into your theme folder and make changes to it. See the internal Help page -> Redesigning and Customizing the Views section.
You can also use css to hide it. Putting the following at the top of your posts might work:
header{
display: none;
}
#branding{
display: block;
}