Buy me a coffee

03.12 – 09.12

/* Necessary */
h3[id*=":r0:-heading"] + div.category-selection {
    h4 {
    visibility: hidden;
}
h4:before {
    visibility: visible;
    content: "New neccesssary text";
}}
/* Performance and Analytics */
p[id*=":r1:-description"] + hr + div.category-selection {
    h4 {
    visibility: hidden;
}
h4:before {
    visibility: visible;
    content: "New performance text";
}}
/* Advertising */
p[id*=":r2:-description"] + hr + div.category-selection {
    h4 {
    visibility: hidden;
}
h4:before {
    visibility: visible;
    content: "New advertising text";
}}