travelify widget appearance - remove arrows for list items in sidebar widgets

Hello Aigars!

I use travelify and on each widget i have this sign > appearing before each item (www.sacalatorim.ro)
Is there a way (or more) to make this sign not to appear anymore? On some widgets the sign is OK but for others is not and If possible, I would like to have the option to get it of. Thank you in advance! All the best!

You can remove this arrow from first two widgets by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

#flags li {
  background: none;
}
#linkcat-1309 li {
    background: none;
    padding: 0;
    margin: 0;
}

Let me know if there is anything else.

Perfectly works!!!
Thank you Master!