Comments Marcus Klossek started the conversationSeptember 25, 2020 at 6:18pmHello,I would like to get rid or hide that title on my artist page.(please see attachment)Is there a possibility to do that?Thank you,Marcus 667Alexandre repliedSeptember 25, 2020 at 8:07pmHi Marcus,Please go to wp-admin>theme options>custom css/jsAnd add this code in the custom css field:.artist_desc h1{ display: none; }Thanks, Alexandre from the Sonaar.io Crew1 LikeMarcus Klossek repliedSeptember 25, 2020 at 9:37pmIt works, thank you! 667Alexandre repliedSeptember 28, 2020 at 2:28pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hello,
I would like to get rid or hide that title on my artist page.
(please see attachment)
Is there a possibility to do that?
Thank you,
Marcus
Hi Marcus,
Please go to wp-admin>theme options>custom css/js
And add this code in the custom css field:
.artist_desc h1{ display: none; }
Thanks,
Alexandre from the Sonaar.io Crew
It works, thank you!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew