Viewing 4 replies - 1 through 4 (of 4 total)
  • #logo .site-title, #logo .site-description {display:none;}

    Thread Starter akinyavuz

    (@akinyavuz)

    This worked great but it is still showing up on my website when i access through a mobile device

    I would guess you have some separate code for certain viewports, so I would look for CSS media queries where you will find ‘@media’ followed by specific styling for different screen sizes and then add that same ‘display:none;’ line there.

    Thread Starter akinyavuz

    (@akinyavuz)

    That worked, thanks again ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide site title’ is closed to new replies.