This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

the background color of the date frame

Home Forums Product Support Forums Ajax Search Pro for WordPress Support the background color of the date frame

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40240
    enomotoshotaenomotoshota
    Participant

    1. I would like to change the background color of the date frame (red frame part).

    Perhaps the selector is here
    div.asp_w.asp_sb.searchsettings input[type=’text’]:not(.asp_select2-search__field)

    2. I want to put a comment in the blue box area, can I set it?

    #40262
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. Use this custom CSS:

    div.asp_w.asp_sb.searchsettings input[type=text]:not(.asp_select2-search__field) {
        background: red !important;
    }

    2. The best option is to probably enter text below the search shortcode instead.

    #40285
    enomotoshotaenomotoshota
    Participant

    Hi,

    I understand.

    Thank you very much.

    #40291
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.