Change icons

Hello.

I want to change this icons, how do this?

Google Chrome

Mozilla Firefox

When is the next update? Is a beautiful theme, good job!

Hi @ecks3,

I hope you are well today and thank you for your questions.

I want to change this icons, how do this?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#main .entry-meta .author:before{
	content: '\f304';
}
#main .entry-meta .posted-on:before{
	content: '\f303';
}
#main .entry-meta .category:before{
	content: '\f301';
}
#main .entry-meta .comments:before{
	content: '\f300';
}

Please change the font awesome icons code in the above CSS code by referring this page Find Icons with the Perfect Look & Feel | Font Awesome

When is the next update?

We have submitted the next update to wordpress.org theme repository but it will be available when the theme review team approves it.

You can always get the updated theme from GitHub - puikinsh/Travelify: WordPress theme with Theme Customization API integration, Theme Options, content slider and layout options

Best Regards,
Movin