Here's a small snippet on how to change the About Me and Who I'd Like To Meet text. Just change the "content" lines to say whatever you want, in the quotes.
<style>
.blurbs .inner .section:first-of-type h4{
font-size:0;
}
.blurbs .inner .section:first-of-type h4:after{
content:"About Me:";
font-size:.8rem;
}
.blurbs .inner .section:last-of-type h4{
font-size:0;
}
.blurbs .inner .section:last-of-type h4:after{
content:"Who I'd Like To Meet:";
font-size:.8rem;
}
</style>
Put this code wherever you have space in your profile.
Comments
Displaying 18 of 18 comments ( View all | Add Comment )
MelBelle405
Using, thank you sm! But does anyone know if there's a way to ADD an extra box? Like About me, Who I'd like to meet, and then ANOTHER box with ANOTHER header? Can that be done?
beezlbee
using thank you!!
g.worm
usingg
☆JESTRR☆
USINGGG!!!
raeviie
using!!
ro!
ahhhh using tysm!!
✮CODI✮
USING RAHHGHHH
test acc!! working on custom layout
using!! ty :3
sara
thankx dude your tutorials help me alot
ʚQuon⌒♡。.
THANK U!!
computer.vampire^◡^
this is exactly what i was looking for! thanks so much!
Nonya ୨୧
Tysmm!
kyle ★;
WWOWAHH TYTTY!!! :3
▄︻デ══━ᴛ⦻ʀᴅ一~☆ [TORDS #1 FAN]
AHHH TYSMM
Nocturna
tysmmmm!!
kitty
is there a way to change the color
i literally have been asking this for so long HOW HOW HOW
by brock; ; Report
}
.profile .blurbs .section h4 {
color: (add rbg code or color)
by Emixcoatl_draws; ; Report
LIFESAVER. Reminder for everyone to not forget add a semicolon after the end of the color command
by Lucky ‼️; ; Report
The Very Least Person
The person who created the layout I started with did something to hide the titles for the 'About me' and 'Who I'd like to meet' sections. Could you do me a big favor and tell me what I have to change to make those visible?
Hi! The code you would want to loo for looks something like this:
(depending on where you got it from it might have a label like this below)
.comments-table{display:none !important;}
.blurbs .heading{display:none !important;}
.blurbs .inner .section:last-of-type h4{display:none !important;
}
All you need to do is delete it and everything should work fine. Hope this helps!
by Tobias; ; Report
Shaitanshammer
Thanks! Just what I was looking for!