hide bottom left widget
This commit is contained in:
parent
cafc3d676f
commit
863b4bfdea
2 changed files with 7 additions and 0 deletions
|
@ -66,3 +66,7 @@
|
|||
@extend .button--link;
|
||||
@extend .help;
|
||||
}
|
||||
|
||||
#ot-sdk-btn-floating {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -37,6 +37,9 @@ export default function Footer() {
|
|||
<li className="footer__link" id="gdprPrivacyFooter">
|
||||
<Button label={__('Cookie Settings')} onClick={() => window.Optanon && window.Optanon.ToggleInfoDisplay()()} />
|
||||
</li>
|
||||
{/* /!* OneTrust Cookies Settings button start *!/*/}
|
||||
{/* <button id="ot-sdk-btn" className="ot-sdk-show-settings">Cookie Settings</button>*/}
|
||||
{/* /!* OneTrust Cookies Settings button end *!/*/}
|
||||
</ul>
|
||||
</footer>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue