• Resolved briancraw

    (@briancraw)


    Hi Greg,

    There is a difference in the appearance the custom fields search dropdown when you one choice is allowed to be selected as opposed to more than one. Is there a way adjust the text in the “age” fields I created to be consistent with the other fields.

    Thanks, Brian

    <p></p>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you should be able to have the same text size for both input types by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .adverts-search .advert-input select {
        padding: 2px !important;
        font-size: 13px !important;
        height: 32px;
        border: 1px solid #e6e6e6;
    }
    
    Thread Starter briancraw

    (@briancraw)

    Thanks Greg! You are the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search Field Text Format’ is closed to new replies.