« Back to the HTML Forum

Anyone know how to change the text of "(name)'s interests" and "contacting (name)"?

it does not work when changing the text of the whole page. Everything changes BUT those 2! Thanks in advance!! :)


Report Topic

1 Reply

Reply by Tatiyay

posted
updated

Hiii I used this code it changes how all the headings look:

<style>

.heading h4 {

font-family: font family here;

color: hex color here;

}

</style>

I hope this helps!


Permalink Report Reply