Build with IDX Broker Forums IDX Broker Control Panel Custom CSS in Control Panel How can I change the color of the blue and green fields?

Viewing 2 reply threads
  • Author
    Posts
    • Aarin Jacobs
      Participant
      Post count: 9

      How can I change the color of the blue and green fields?

      Attachments:
      You must be logged in to view attached files.
      0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
    • Ginger Coolidge
      Participant
      Post count: 19

      Do you have a link ?

      0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
    • Nick Leech
      Keymaster
      Post count: 183

      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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
Viewing 2 reply threads
  • You must be logged in to reply to this topic.