Hello
Is it possible to change the color of a page in HOOKS?
change the color of a page in HOOKS
Re: change the color of a page in HOOKS
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.
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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
Re: change the color of a page in HOOKS
Et oui merci !
Code: Select all
function GES_INFORMATIQUE_header($contentType, $memberInfo, &$args) {
$header='';
echo "<body style='background-color:pink'>";