• Resolved keesjan

    (@keesjan)


    ‘Cookie Settings’ tab background color has the same color as the ‘Banner Background Color’
    In my case the last one is white and I want the tab background color” more visible.

    the css is like:
    .cc-color-override–1117327541.cc-revoke {
    background-color: #222
    }

    Do you now what the number 1117327541.cc is doing in that style?

Viewing 1 replies (of 1 total)
  • Plugin Author Support

    (@nikelschubert)

    if you configure colours the classes and styles are calculated by the javascript.
    It is a hash of the current color settings.:

    
          var hash = util.hash(JSON.stringify(palette));
          var selector = "cc-color-override-" + hash;
    
Viewing 1 replies (of 1 total)
  • The topic ‘different background color Banner Background Color and ‘Show ‘Cookie Setti’’ is closed to new replies.