Aarin,
I would really recommend becoming familiar with your developer tools within your web browser.
There is a lesson here: https://developers.idxbroker.com/lesson/developer-tools/
The below is currently applied for the lead toolbar:
#IDX-leadToolsBar {
height: 60px;
margin-bottom: 5px;
padding-top: 10px;
text-align: center;
color: #fff;
background-color: #8bc650;
}
This is being applied to the select options:
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-choice {
padding: 5px 5px 5px 30px;
background: #3D6E99;
color: #fff;
line-height: 18px;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}
You can change in the dashboard under Designs –> Custom CSS –> Search by specifying different CSS and using the !important tag if needed to overwrite.
(
0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...