Ciao DanielPhoenix,
in pratica vorresti togliere il bianco con i bordi arrotondati sotto a Google?
Devi togliere le immagini che lo formano ma, così facendo, più nessun modulo le avrà... se non ti importa:
.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl {
background-image:url("../images/Block-s.png"); <------
height:14px;
width:14px;
}
template.css (riga 597)
.art-Block-tc, .art-Block-bc {
background-image:url("../images/Block-h.png"); <--------
height:14px;
left:7px;
right:7px;
}
template.css (riga 632)
.art-Block-cr, .art-Block-cl {
background-image:url("../images/Block-v.png"); <--------
bottom:7px;
top:7px;
width:14px;
}
template.css (riga 652)
.art-Block-cc {
background-color:#F3F1E7; <------- via
bottom:7px;
left:7px;
position:absolute;
right:7px;
top:7px;
z-index:-1;
}
template.css (riga 672)
Dovrebbe essere tutto...