Hide website identity

Hello, I have the website title “Vignettes ecologique” and slogan “Commander votre vignette […] polluants” in every page !

How can I remove on certain page-id ?

Please help !!

Thanks a lot

Hi @777t777,

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

You can remove it from certain page ID 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

.page-id-733 #logo {
    display: none;
}

Please change the page ID 733 in the above CSS code to whatever page ID where you want to hide it.

Best Regards,
Movin

Thanks a lot !

I manage to make it works on one page ID, but when I tried to copy paste the code for another page-ID it doesn’t seems to work …

BTW how i can remove the date of an article ?

this is NOT working :
.author-bio {
display: none;
}

Thanks a lot

I manage to make it works on one page ID, but when I tried to copy paste the code for another page-ID it doesn’t seems to work …

May be you are using the wrong code so please tell me which CSS code you are using and could you please share me the page URL from your site where it is not working so that i can troubleshoot it?

BTW how i can remove the date of an article ?

You can remove it using the below custom CSS code.

.entry-meta span.posted-on {
    display: none;
}

Hey there,
Hope you’re doing well today

Did you manage to get this issue sorted?

Please let me know. I’m just confirming that everything is okay and that I can close the ticket.

Looking forward to your reply.

Best Regards,
Support