• Resolved Betty_

    (@betty_)


    Salve,
    ho bisogno di aiuto per un altro sito.
    Come potete vedere nell’immagine qui sotto a sinistra, nel SITO 1 non appaiono le caselline da selezionare come si vedono nel SITO 2.
    Da cosa dipende questo?

    Un altro problema che si presenta sempre nello stesso sito è il banner di consenso che non accetta il CSS di Complianz.
    Nel back-end è tutto ok, poi nel front-end prende in automatico il CSS del sito.
    Come risolvere questo problema?
    Grazie ancora per il vostro prezioso aiuto

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @betty_,

    For #1: your theme appears to add CSS/styles to all checkboxes which causes them to disappear, which also applies to those on the Complianz documents.

    By adding the below CSS (Appearance -> Customize -> Additional CSS) you should be able to override those styles, specifically on the Complianz documents.

    .cmplz-document input[type="radio"], 
    .cmplz-document input[type="checkbox"] {
        display: block;
    }

    For #2: there is CSS from the theme being applied, some of which we can override with custom CSS (such as the font style/letter spacing).

    .cmplz-cookiebanner .cmplz-buttons button.cmplz-btn {
        letter-spacing: normal;
        text-transform: none;
    }

    However, I can’t easily override the background color because your theme adds it with the !important flag. So, this change will likely involve adjusting the CSS of your theme.

    Kind regards, Jarno

    Thread Starter Betty_

    (@betty_)

    Ciao @jarnovos

    Il primo ha funzionato! Grazie infinite, sei un mito! 🙂

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

The topic ‘Problemi CSS banner consenso’ is closed to new replies.