Home Forums WoodMart support forum How to set SEARCH SELECT CATEGORY Reply To: How to set SEARCH SELECT CATEGORY

#25550

Artem Temos
Keymaster

Hi,

1. You can enable categories dropdown for the search form in Theme Settings -> Header -> Search.

2. You can change it with the following CSS snippet

div.title-size-default .entry-title, 
div.title-size-default h1 {
	font-size:24px
}

Regards