• Hi

    Can you please help me disable “privacy settigns” button (botton right) from this url: [redundant link redacted]

    Hide with css is fine

    Thanks

    • This topic was modified 5 years, 5 months ago by t-p.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    Sorry, I searched that page for “privacy settigns” but could not find it.

    Are you talking about “Privacy Policy”?

    Thread Starter acqua

    (@acqua)

    Took a screenshot
    https://prnt.sc/lbgl57

    Check “privacy settings” button on right bottom please

    Hi acqua,

    qc-cmp-persistent-link {
    display: none;
    }

    But it will just work if you delete the “!important” on the text-decoration line.

    a {
    color: #4db2ec;
    text-decoration: none !important;
    }

    • This reply was modified 5 years, 5 months ago by Bruno Souza.
    Thread Starter acqua

    (@acqua)

    Here is what I have

        <style>
            .qc-cmp-button {
              background-color: #008fd5 !important;
              border-color: #008fd5 !important;
    	
            }
            .qc-cmp-button:hover {
              background-color: transparent !important;
              border-color: #008fd5 !important;
            }
            .qc-cmp-alt-action,
            .qc-cmp-link {
              color: #008fd5 !important;
    			
            }
            .qc-cmp-button {
              color: #ffffff !important;
            }
            .qc-cmp-ui,
            .qc-cmp-ui .qc-cmp-main-messaging,
            .qc-cmp-ui .qc-cmp-messaging,
            .qc-cmp-ui .qc-cmp-beta-messaging,
            .qc-cmp-ui .qc-cmp-title,
            .qc-cmp-ui .qc-cmp-sub-title,
            .qc-cmp-ui .qc-cmp-purpose-info,
            .qc-cmp-ui .qc-cmp-table,
            .qc-cmp-ui .qc-cmp-table-header,
            .qc-cmp-ui .qc-cmp-vendor-list,
            .qc-cmp-ui .qc-cmp-vendor-list-title {
                color: #000000 !important;
            }
            .qc-cmp-ui {
                background-color: #ffffff !important;
            }
            .qc-cmp-publisher-purposes-table .qc-cmp-table-header {
              background-color: #fafafa !important;
            }
            .qc-cmp-publisher-purposes-table .qc-cmp-table-row {
              background-color: #ffffff !important;
            }
        </style>

    I just double checked, and I can see that you are using 2 “cookie consent” plugins. I suggest to uninstall the “GDPR Consent Management Platform”, that is the one that has this “privacy settings” buttom. And keep the “UK Cookie Consent” plugin.

    • This reply was modified 5 years, 5 months ago by Bruno Souza.
    Thread Starter acqua

    (@acqua)

    Hi Bruno,

    sorry but the PRIVACY SETTINGS button does NOT come from any wordpress plugin

    Hi Acqua,
    That is strange.
    Here you can see that your website uses “GDPR Consent Management Platform” plugin https://builtwith.com/?https%3a%2f%2finterfans.org%2f
    And the CSS class of this button is: “qc-cmp-persistent-link”
    the “qc” stands for “Quantcast CMP” that is the plugin provider
    and “CPM” stands for “Consent Management Platform” that is part of the plugin name.
    I suggest to go to your dashboard and on plugins see if this plugin is not installed there. If it is you can disable it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide privacy button’ is closed to new replies.