Hello!
Is there any way to change "POP-UP PRODUCT TAB" name color and add some icon next to product tab name?
Sample here:
Regards
Hello!
Is there any way to change "POP-UP PRODUCT TAB" name color and add some icon next to product tab name?
Sample here:
Regards
As far as I can see, icon already used there. You can change it with the following styles:
.ty-icon-popup:before {As for color, please try to add this code to the CSS section of the Theme editor:
content: “\e02b”;
}
.ty-popup-tabs__item a, [font=‘Helvetica Neue’, Arial, Verdana, sans-serif].ty-popup-tabs__item a:hover[/font][font=‘Helvetica Neue’, Arial, Verdana, sans-serif] {[/font]
color: red;
}