Page 1 of 1

change the color of a page in HOOKS

Posted: 2022-03-03 08:59
by pasbonte
Hello

Is it possible to change the color of a page in HOOKS?

Re: change the color of a page in HOOKS

Posted: 2022-03-03 11:21
by pbottcher
Hi,

yes, you can use the _header and set your style according to your need. Just go the part of the page (TV,DV, ...) and add the style.

Re: change the color of a page in HOOKS

Posted: 2022-03-03 12:48
by pasbonte
Et oui merci !


Code: Select all

function GES_INFORMATIQUE_header($contentType, $memberInfo, &$args) {
		$header='';
echo "<body style='background-color:pink'>";