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

    (@jarnovos)

    Hi @agenturfinder,

    You can change the document styles with CSS.

    I have already created some for you, which should get pretty close to the page you attached. You can add it under Appearance > Customize > Additional CSS, or a Custom CSS field in your theme for example.

    #cmplz-document {
        max-width: unset;
    }
    
    #cmplz-document h2 {
        font-family: "Varela_Round", Sans-serif;
        color: #0086AD;
    }
    
    #cmplz-document .cmplz-subtitle {
        font-family: "Varela_Round", Sans-serif;
        color: #00C2C7;
    }
    
    #cmplz-document p, 
    .editor-styles-wrapper .cmplz-unlinked-mode p, 
    #cmplz-document li, 
    .editor-styles-wrapper .cmplz-unlinked-mode li, 
    #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td,
    #cmplz-document span {
        font-family: "Montserrat", Sans-serif;
        font-size: 1rem;
    }
    

    Example:

    Kind regards, Jarno

    Thread Starter AgenturFinder

    (@agenturfinder)

    Hi Jarno, wow this is very nice from you! Thanks a lot. I implemented it and it already looks more like the other pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Design of Cookie Guidelines’ is closed to new replies.