• Resolved JakenCD

    (@vansite)


    Hi Prasunsen,

    Is there a way to remove the H1 titles when adding, for example, the Gradebook?

    the idea is not having that big H1 that says My Gradebooks.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bob

    (@prasunsen)

    You mean the title on the user’s My Gradebook page?

    Thread Starter JakenCD

    (@vansite)

    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.

    Thread Starter JakenCD

    (@vansite)

    Ok. Thanks so much.

    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;
    }

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove H1’ is closed to new replies.