Add title above each search criteria in search function

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 5 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #452174

    Andrew
    Expired Member
    Post count: 197

    Hi,

    I’ve got a search function on my home page (https://www.simplfi-mockups.com.au) and I’d like to include a title/description above each of my search attributes to enable users to know exactly what each dropdown is used for.

    See attached screenshot. I’d like to have the word “Category” above the first dropdown, and the word “Impairment” above the second. Is this possible?

    Thanks,
    Andrew

    #452230

    Guust
    Moderator
    Post count: 29970

    Try this CSS, adjust as required, not tested:

    
    
    .gd-search-impairment::before {content: "Impairment"; line-height: 25px;}
    .gd-search-field-cpt::before {content: "Categories"; line-height: 25px;}

    Thanks

    #452677

    Andrew
    Expired Member
    Post count: 197

    Great, thanks for that!

    #452703

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket