Site title & tagline

Hi!
I just wanna show the title and tagline on certain pages,but not on all of them.How can I do that?

Hi @noblehuman,

I hope you are well today and thank you for your question.

You can do that by developing custom CSS code.

Could you please share me the page URLs from your site where you want to display it so that i can help you to achieve it by developing custom CSS code?

Kind Regards,
Movin

https://maxxilano.com/

Here is the site’s homepage.I just want the homepage to have the title and tagline,I don’t need it on the others.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#logo {
    display: none;
}
body.home #logo {
    display: block;
}

Are you using multiple accounts in this forum?

If yes then please delete all other accounts and only use one account as creating multiple fake accounts is not according to our forum policy.