• Resolved Simon

    (@simonmaddox)


    How can I hide just the site branding on the homepage? I added this CSS, but it only works on Desktop display size:

    .home .site-branding {
    	display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Simon

    (@simonmaddox)

    Found that by changing the container class to an inner one it works on all sizes:

    .home .ast-site-identity {
    	display: none;
    }
    

    Hi @simonmaddox,

    I am very pleased to know that you have managed to make it work. Please do let us know if there’s anything else we can help you with.

    ?Have a nice day and stay safe!

    ??Kind regards,
    ?Herman ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide the site-branding on home page?’ is closed to new replies.