You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you very much for the plugin. It would be nice to have a method to extract the data of the array, I'm not a programmer and I dont know how to use the data of the array to produce a valid css rule for background.
In other hand, if is usefull for someone here there is some CSS for acf filed in admin area, to display better:
Hi, thank you very much for the plugin. It would be nice to have a method to extract the data of the array, I'm not a programmer and I dont know how to use the data of the array to produce a valid css rule for background.
In other hand, if is usefull for someone here there is some CSS for acf filed in admin area, to display better:
/Plugin Background Advanced RGBA ACF Pro/
.acf-field.field_type-background {
width:100%;
}
.acf-background-preview {
clear:both;
}
.rgbatext, #field_547b22cb15f88-clear, .minicolors {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0px;
padding: 0px 10px 1px;
cursor: pointer;
border-color: #ccc;
border-width: 1px;
border-style: solid;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
}
.acf-field_547b22cb15f88-repeat-select, .rey-select-item {display:block;}
.acf-background-subfield.acf-background-image {width:33%}
The text was updated successfully, but these errors were encountered: