hide H4 site title from the top of content section (v11)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mansour
User
Posts: 282

hide H4 site title from the top of content section (v11)

Post by mansour »

Hi,
How may i hide H4 site title from the top of content section dynamically using Jquery?
Thank You
Mansour


danielc
User
Posts: 1601

Post by danielc »

mansour wrote:
dynamically using Jquery

Please post example how you want to do.


Webmaster
User
Posts: 9427

Post by Webmaster »

Use Startup Script (see Server Events and Client Scripts in the help file), e.g.

$(".ewSiteTitle").hide();


Post Reply