CSS: Using Dynamic Data Attributes For Content

Psuedo css to show the dynamic data attribute

shop_table.subscription_details tbody tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
}

Powered by BetterDocs