« SpaceHey Forum

How do I edit the blurbs section on a layout?

Posted by shermanzuki

posted

Forum: SpaceHey

I am new to SpaceHey, and I want to have a cool theme for my profile, one small problem, I cannot seem to find a way to edit the "About me" description


How do I fix this?


Report Topic

1 Reply

Reply by ArtOfStudy

posted

This post very old. Incase you still look for solution, here it is. I find one online.

——————————————————————————————————————————


<!-- (c) Layout created by Mick (https://layouts.spacehey.com/layout?id=92047) -->


<style>


.section h4 {

  font-size: 0px !important;

}


.section:first-child:before {

  content: "Heading 1";

  color: red;

  font-weight: bold;

}


.section:last-child:before {

  content: "Heading 2";

  color: red; 

  font-weight: bold;

}


</style>


Permalink Report Reply