OK wow, I'm seeing a lot of code I don't understand here, much of which is added by Dreamwidth and meant to be there, tangled up with the bits we don't want. Can you edit the post and open it in the HTML editor? Then - I think starting with the last cut tag is best because experimenting with that won't affect anything above it - find "Basic information about me". This occurs twice, once for the cut-tag and once for the heading underneath it. The code surrounding the first one looks like this on the rendered page (I'm hoping there's a lot less in the editable version!):
What this should look like (in the HTML editor, I don't know about the RTE) is more like: with a "</cut>" at the end of the section.
After that there several places where it says <u style="color: rgb(121, 166, 23);">your heading text here</u> and if you replace those by <h5>your heading text here</h5> (experiment with the number, h4 or h6 might be better), that should get rid of the hard-coded text colours, which I guess are from trascendenza's layout.
Phew! That's a lot! I think the rest of it is just multiple copies of the same problems with the same solutions, but let's not try to do everything at once. (I had to preview this comment about four times to get it to show the code without treating it as code. raw-code didn't work, so I'm using textarea.)
Debugging attempt
What this should look like (in the HTML editor, I don't know about the RTE) is more like:
with a "</cut>" at the end of the section.
After that there several places where it says
<u style="color: rgb(121, 166, 23);">your heading text here</u>
and if you replace those by
<h5>your heading text here</h5>
(experiment with the number, h4 or h6 might be better), that should get rid of the hard-coded text colours, which I guess are from
Phew! That's a lot! I think the rest of it is just multiple copies of the same problems with the same solutions, but let's not try to do everything at once. (I had to preview this comment about four times to get it to show the code without treating it as code. raw-code didn't work, so I'm using textarea.)