Hi, I need remove title (pages_title in ezpages table) from viewing EZ-Pages. Is that a possible? BreadCrumb I finded and removed. Thanks
Hi, I need remove title (pages_title in ezpages table) from viewing EZ-Pages. Is that a possible? BreadCrumb I finded and removed. Thanks
JardaR
Snapshot for problem is here.
JardaR
In your stylesheet, add the following declaration:
Make sure it does not conflict with any other ezPagesHeading declarations, by either "commenting out" such declarations with /* and */ , or add the above declaration to the BOTTOM of your stylesheet.Code:#ezPagesHeading { display: none; }
Great!!!! Thanx very much. Without conflict with other pages.
JardaR