« Web, HTML, Tech Forum

How to change you interest text color ??

Posted by Porcelain

posted

Forum: Web, HTML, Tech

hi ! i search for many tut but non of them are work...Is there anyone here who can explain how to change the text of imterest box? that is, music, films, etc.? 


Report Topic

1 Reply

Reply by adrian

posted
updated

.details-table td:nth-child(1){

  color: whatever you want;

}


this works by selecting the first td element in each row in the details table :) i tested it out on your profile using the inspect tool so it should work! make sure to put it in the correct style brackets


Permalink Report Reply