How to update WordPress theme without losing customizations?

Hi Aigars,

How come everything I update the version of Travelify, I would lose all the new settings I have done (custom styles) to my site? What do I do if I want to update the version again in the future without losing what I have done? It has happened to me twice already.

thank you.

You can add you custom styles to Theme Options – Other – Custom CSS. These settings will be saved form update to update.

If there is a lot of style modifications I would recommend to use Child Theme http://codex.wordpress.org/Child_Themes
It is very simple process. Just create new folder, create new style.css file there and link it to previous and start edding. That way all your customizations will remain after update.

I hope this helps.

Btw, new update will be available within few days. Maybe even today as I have already submitted it to WordPress.org