Reply To: Menu Fonts, Logo, Widget

#3548
Raghavendra
Moderator

– There is no separate contact form widget as such. For the contact form, pls drag and drop the Text widget and insert the shortcode as shown in the below page –

https://www.livemeshthemes.com/appdev/contact-form-shortcode/

You can try out Contact Form 7 plugin widget too and theme will style it appropriately.

– For the logo to appear in the header, you need to set the logo (both retina as well regular logo) in the theme options panel in the Site Logo tab.

– The menu font can be changed by having the following Custom CSS inserted into custom/custom.css file or the Custom CSS tab in the theme options panel –

#primary-menu > ul.menu > li > a {
font-family: 'My Font';
}