• Resolved sacconi

    (@sacconi)


    How can I add a class or ID to my 3rd selector in the search box? I’d like to manage it by css and have the same order than the other selectors

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • luk4

    (@luk4)

    Hi @sacconi

    Do you speak about n.Bedrooms field? If so, no need to add a class or id to style it with CSS. You can use its name attribute. For example:

    select[name="function_camere"] {
      width: 80%;
      margin-top: 10px;
      margin-left: 25px;
    }
    luk4

    (@luk4)

    @sacconi It looks like you’ve applied the code and your issue is now fixed. If so, please, don’t forget to mark this topic as resolved in the sidebar. This helps the volunteers find the topics that still need attention. Thank you!

    Thread Starter sacconi

    (@sacconi)

    it works, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding a class or ID to a selector’ is closed to new replies.