Edit File by line
/home/zeestwma/redstone.../wp-inclu.../css
File: classic-themes.css
/**
[0] Fix | Delete
* These rules are needed for backwards compatibility.
[1] Fix | Delete
* They should match the button element rules in the base theme.json file.
[2] Fix | Delete
*/
[3] Fix | Delete
.wp-block-button__link {
[4] Fix | Delete
color: #ffffff;
[5] Fix | Delete
background-color: #32373c;
[6] Fix | Delete
border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */
[7] Fix | Delete
[8] Fix | Delete
/* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */
[9] Fix | Delete
box-shadow: none;
[10] Fix | Delete
text-decoration: none;
[11] Fix | Delete
[12] Fix | Delete
/* The extra 2px are added to size solids the same as the outline versions.*/
[13] Fix | Delete
padding: calc(0.667em + 2px) calc(1.333em + 2px);
[14] Fix | Delete
[15] Fix | Delete
font-size: 1.125em;
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
.wp-block-file__button {
[19] Fix | Delete
background: #32373c;
[20] Fix | Delete
color: #ffffff;
[21] Fix | Delete
text-decoration: none;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function