Hello.
In “table_list_v2” there is a “terms and conditions” link just below the bonus description. I added two languages to the default and I cannot change the labguage of that specific line.
I tried editing .po files but there is nothing on that stuff.
Then I tried with CSS, first putting:
.table-s2 .item .item-row .col-bonus .terms-wrapper .tooltip-el
{ visibility: hidden;
position: relative;
}
and then
.table-s2 .item .item-row .col-bonus .terms-wrapper .tooltip-el:after {
content: “Terms and conditions”;
visibility: visible;
display: block;
position: absolute;
margin-top: -20px;
}
but I am not able to see anything. Is there something else in conflict?
Moreover: due to the fact i have different languages, I would like to make it different. But if I add the html [lang=”en_NZ”] nothing changes again…