Change text with css and target a specific table row

.postid-{id} table td:nth-child(1) {
color: #ffffff00;
text-indent:-9999px;

}
.postid-{id} table td:nth-child(1):after{
visibility: visible;
color: rgb(35, 52, 82);
float:left;
text-indent:0;
content: “Content here”;
}

Related Articles

ExtremeWP

FREE
VIEW