posted 1726790967
Forum: HTML Group
View Topics View Profile
Is there any code to remove the "Who would I like to meet" section and replace the name of the "About Me" section?
Report Topic
posted 1726855151
for sure not the most efficent way but this could work:
<style>
.profile .blurbs .section h4 {display: none;}
.newheading {color: red; font-weight: bold;}
</style>
<p class="newheading">put your title here</p>
(pop it into the layout generator)
https://hessostrange.neocities.org/HTML%20Group/spaceheydesigner
Permalink Report Reply