« Web, HTML, Tech Forum

how do i remove the header of the 'who i'd like 2 meet' ? [closed]

Posted by leo :3

posted
updated

Forum: Web, HTML, Tech

haii , so im a newbie to html entirely so i really only know some basics!! BUT i've looked up tuts for getting rid of the section and ive tried 3 so far and they're all busts.. the header still stays, which i do not want to keep! is there no way to remove it or am i just not doing something right?section 'who i'd like to meet'

^ pic of header still here :(


Report Topic

2 Replies

Sort Replies:

Reply by Gluma

posted

<style>

.profile .blurbs .section:nth-child(2) {

  display: none;

}

</style>

It's what I use for my profile :O


Permalink Report Reply

Reply by leo :3

posted

leo :3 closed this Forum Topic