Home Forums WoodMart support forum Section title font, Mobile Menu Sidebar etc. Reply To: Section title font, Mobile Menu Sidebar etc.

#205612

Hello,

1) Please make sure you have added the code correctly. If you still unable then provide admin panel login details of the website to check it myself and help you out accordingly.

2) You could not make the dropdown the same as you mentioned.To change the border from the default sorting select and change the font-family you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woocommerce-ordering select {
border: none;
font-family: sanserif;
}

Best Regards.