Hey bdbrown, i did this modification and another one that you suggested using css on my style.css (child theme) and it does not change.
The other modification was to change from icons to text the alxtabs widgets.
.s1 .alx-tabs-nav .fa.fa-star:before {
content: “Popular”;
}
.s1 .alx-tabs-nav .fa.fa-clock-o:before {
content: “Recente”;
}
Am I doing something wrong?