Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #415261

    Hi there. I was just wondering if you could help in fixing the styling for the drop down options on the contact form. They’re not formatted with the same color theme or line heights, it’s not a big deal but for aesthetic reasons, it should look the same. Thank you!

    #415282

    Hey joymoleta!

    Can you please post the link to your contact page?

    Cheers!
    Yigit

    #415553
    This reply has been marked as private.
    #415898

    Hey!

    Browsers handle the select and option elements differently so you cannot change the style of that element, not the height, padding and margins at least. Change the background and text color with this:

    #top select option {
      background: black;
      color: white;
    }

    Cheers!
    Ismael

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