Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Johan Jonk Stenström

    (@jonkastonka)

    That will be added in a future update. For now you can hide it with css.

    Thread Starter ickyguy

    (@ickyguy)

    Great!

    Any pointers on how to target the different sections in CSS?

    Plugin Author Johan Jonk Stenström

    (@jonkastonka)

    /*Hide Statistics*/
    .modal-cacsp-box-settings-list > ul > li:nth-child(2) {
        display: none;
    }
    /*Hide Experience*/
    .modal-cacsp-box-settings-list > ul > li:nth-child(3) {
        display: none;
    }
    /*Hide Marketing*/
    .modal-cacsp-box-settings-list > ul > li:nth-child(4) {
        display: none;
    }
    Plugin Author Johan Jonk Stenström

    (@jonkastonka)

    This feature has now been added to the latest version (1.76) of Cookies and Content Security Policy.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove unused sections’ is closed to new replies.