COMPLEMENTO DOS BOTÕES COMPARTILHAR
(Cole abaixo de ]]></b:skin>)
CÓDIGO VARIÁVEL DOS TÍTULOS
(Cole abaixo de ]]></b:skin>)
<style>
/*-- COMPARTILHE--*/
.compartilhe {
background: transparent;
margin-top: 2em;
padding: 0.1em;
}
p.share {
float: center;
text-align: center;
padding-right: 1.6em;margin-left: 1.5em;
font-family: 'open sans', sans-serif;
font-weight: 600;
font-size: 15px;
color: #000;
}
</style>
Localize:
<Group description="Gadget Text" selector=".sidebar .widget">
E cole, acima dele:
<Group description="Background do título do gadget" selector=".gadgets ">
<Variable name="titulo.background.color" description="Background Color" type="color" default="#141414" value="#ffe699"/>
</Group>
Salve.
Localize:
/* Headings
Selecione tudo assim:
/* Headings
----------------------------------------------- */
h2 {
font: $(widget.title.font);
color: $(widget.title.text.color);
}
E no lugar cole:
/* TÍTULO DOS GADGETS
----------------------------------------------- */
.sidebar h2 {
font: $(widget.title.font);
color: $(widget.title.text.color);
text-align: center;
background: $(titulo.background.color);
text-transform: uppercase;
}
.sidebar h4 {
font: $(widget.title.font);
color: $(widget.title.text.color);
text-align: center;
background: $(titulo.background.color);
text-transform: uppercase;
}
Salve.