Editando Tema Worpress Com Css

4 years ago
2

Edições adicionar de CSS no worpress

a:active, a:hover, a:focus {
text-decoration: none;
color: #000000 !important;
}

.button{
background-color: #f3f4f3 !important;
border-radius: 10px !important;
}
a {
text-decoration: none;
color: #777 !important;
}

Loading comments...