« Web, HTML, Tech Forum

customising interests

Posted by gaz ☆

posted

Forum: Web, HTML, Tech

hey! can anyone point me in the right direction on how to customise the interests section on spacehey profiles? i've seen people change the default headings and add new ones and that's what i'm hoping to achieve. cheers


Report Topic

2 Replies

Sort Replies:

Reply by Dan Morose

posted

Depends on what you want to do to it.


You can access the headings in CSS with .heading, and then it's up to you to decide what you want to customize (text, background-color, etc.)

Not sure how much you know about HTML/CSS so I'm not sure how detailed to be lol.


Report Reply

Reply by ☆dakota☆

posted
updated

to add a new one i used this!!

the new section will appear under the section you paste this into

 

<tr>


  <td>


    <p>Title</p>


  </td>


  <td>


    <p>

text goes here

</p>


  </td>


</tr>


Report Reply