Header element Customisation on page with specific topic id
Posted: Sat Aug 09, 2025 11:54 am
Hi Folks,
I have been trying to customise the header element with below xsl expression
which is modifying the header element on all the topic pages.
As topic id cascading to body id in html, i tried the xsl expression
but is not working.
Please suggest what went wrong here.
Thanks & Regards,
Sudhe
I have been trying to customise the header element with below xsl expression
Code: Select all
*[contains(@class, 'wh_header') and not(contains(@class, 'wh_header_flex_container'))]
As topic id cascading to body id in html, i tried the xsl expression
Code: Select all
html[body[contains-token(@id, 'custumID')]][contains(@class, 'wh_header') and not(contains(@class, 'wh_header_flex_container'))]
Please suggest what went wrong here.
Thanks & Regards,
Sudhe