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

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40240
    enomotoshota
    enomotoshota
    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?

    Attachments:
    You must be logged in to view attached files.
    #40262
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40285
    enomotoshota
    enomotoshota
    Participant

    Hi,

    I understand.

    Thank you very much.

    #40291
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.