CSS selector for Adults dropmenu only

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #642782

    Hi there

    Im tampering with the search form. Adjusting the styles… however I kinda have problem to find the exact CSS selector for the adults drop menu only. I can move it around as per needs but so far can’t change size nor font in the dropdown menu.

    #642903

    Hi,

    You can try using the code below to edit dropdown of adults at all the forms of your site:

    .mphb_sc_search-adults select{
    	color:#808080;
    	height:40px;
    	padding:0;
    	width:40px;
    }

    best regards,
    John

    #643008

    Excellent thank you very much

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