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 13 of 13 comments ( View all | Add Comment )
ro!
ahhhh using tysm!!
Report Comment
✮CODI✮
USING RAHHGHHH
Report Comment
test acc!! working on custom layout
using!! ty :3
Report Comment
swna
thankx dude your tutorials help me alot
Report Comment
ʚQuon⌒♡。.
THANK U!!
Report Comment
computer.vampire^◡^
this is exactly what i was looking for! thanks so much!
Report Comment
stvr ୨୧
Tysmm!
Report Comment
kyle ★;
WWOWAHH TYTTY!!! :3
Report Comment
▄︻デ══━ᴛ⦻ʀᴅ一~☆
AHHH TYSMM
Report Comment
Nocturna
tysmmmm!!
Report Comment
kitty
is there a way to change the color
Report Comment
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?
Report Comment
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!
Report Comment