Table of Contents

Dynamic Data CSS

Abby Updated by Abby

There are just a few classes for the Dynamic Data block, however, with little we can do a lot.

Here are some of them:

.dropdown-item:hover{

}
.DropdownItem__Content{
}

Autocomplete Background

To change the background color (or text color) of the autocomplete in Dynamic Data on hover:

Here's the code:

.dropdown-item:hover{
background-color: lightgrey!important;

}

Font location and size in autocomplete

.DropdownItem__Content{
margin-left: 0px!important;
font-size: smaller;
}

How did we do?

Recommended Image Sizes

Form Block CSS

Contact