Moin, moin liebe Wpler,
wie der Titel schon verrät, möchte ich eine transparente Cookie- Bar haben. Welche Css Befehle muss ich dafür verwenden?
Code
#eu-cookie-bar {
display: none;
direction: ltr;
color: #ffffff;
min-height: 20px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 99999;
padding:3px 20px 2px;
background-color: #afafaf;
text-align: center;
font-size: 12px;
}
#eu-cookie-bar a {
color: #ffffff;
text-decoration: underline;
Alles anzeigen