Hi vako
The pictures i attached dissapeared. Here is the link, the buttons are as i wish now, because i implemented the additional css bellow. I would like to take the colors out of the button theme setting respectively that the theme setting sets the wp-buttons itself. Any solution for that?
/* Stil für den Button selbst */
.wp-block-button__link {
background-color: #111111;
color: #eba0ce !important;
<span style=”white-space: normal;”> font-family: monospace;</span>
<span style=”white-space: normal;”> font-weight: bold;</span>
<span style=”white-space: normal;”> text-transform: uppercase;</span>
<span style=”white-space: normal;”> letter-spacing: 1.5px;</span>
padding: 12px 24px;
border-radius: 15px;
font-size: 15px;
text-align: center;
text-decoration: none;
display: inline-block;
<span style=”white-space: normal;”> /*width: 210px;*/</span>
}
/* Stil für den Button im Hover-Zustand */
.wp-block-button__link:hover {
/*background-color: #eba0ce;*/
color: #ffbf00 !important;
<span style=”white-space: normal;”> box-shadow: 0px 0px 5px 3px #eba0ce;</span>
/*transform: translateY(-5px);*/
}