Hide dashboard for mobile

This topic contains 3 replies, has 3 voices, and was last updated by  Paolo 9 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #7924

    jltrinka
    Free User
    Post count: 183

    How can I disable the dashboard in the top right corner on mobile? I could try through CSS but it looks like there is no Id to select it directly.

    #7980

    Paolo
    Site Admin
    Post count: 31206
    
    
    .mobile-right {display:none}
    

    to be placed in mobile media query..

    #8053

    oocal
    Expired Member
    Post count: 15

    I would like to keep the mobile-right but would like to remove the H2 ‘My Dashboard’. This would greatly improve the document outline of the site as it now puts an H2 before the H1 of the page. Where do I remove that header and keep the rest of of the widget?

    #8098

    Paolo
    Site Admin
    Post count: 31206

    that will require that you move a copy of header.php from GDF to your child theme and modify the code.

    Let us know,

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket