UI Setting on Filter

This topic contains 2 replies, has 2 voices, and was last updated by wankhee93 wankhee93 2 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33048
    wankhee93
    wankhee93
    Participant

    Hello Ernest Marcinko,

    As topic please refer to screenshot.

    1) Can i change the color on the “Search by cruise voyage” and “search by homeport”? but Filter by Cruise Line and Filter by etc will stays as default color.

    2) can i add a color border just about Filter by Cruise Line?

    We need to improve those UI as customer may not know or don’t know they need to search before filter when we do customer surveys..

    It is better if we can add a title for both of search and filter or different background color.

    Please advice.

    Regards

    Attachments:
    You must be logged in to view attached files.
    #33058
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Try customizing these custom CSS codes:

    div.asp_w.asp_sb.searchsettings fieldset legend {
        color: red !important;
    }
    
    fieldset.asp_filter_tax_cruise_location::after {
        content: '';
        display: block;
        margin-top: 18px;
        border-top: 2px solid #e6e6e6 !important;
    }

    First should help with the color, the second with the line.

    Best,
    Ernest Marcinko

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


    #33069
    wankhee93
    wankhee93
    Participant

    Hello Ernest Marcinko,

    I have pasted into our site.

    1) Seems it change all title font color, as we just need color change on “Search by Cruise Voyages” and “Search by Home Ports”.

    2) This border works^^

    Since the border works, i think we will use option 2. Thank you.

    Regards

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

You must be logged in to reply to this topic.