Hi,
How to take out "Welcome" on home page.
Thanks,
David
Hi,
How to take out "Welcome" on home page.
Thanks,
David
Hi David,
Just add this code in your Quick CSS or custom.css:
.home .dynamic_textarea_p {
display: none;
}
or this one, if the code above doesn't work:
.home .dynamic_textarea_p {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
It works.
Thank you very much!
David
This topic has been closed to new replies.