« Back to the HTML Forum

Am i missing something...

Posted by jason

posted

Forum: HTML Group

I want this layout on my profile but i don't know how to get rid of the "contacting jason" on the contact heading. I want to use my own text there. This is the layout i'm trying to use and when I put in my code it shows the generic as well as my custom text.

https://layouts.spacehey.com/layout?id=3245


Report Topic

2 Replies

Sort Replies:

Reply by heath

posted

you have to hide the original text, otherwise what you describe happens.

try this code:

<style>.contact .heading{font-size: 0px !important;} .contact .heading:before{content: "New Title" !important; font-size: 12px !important; font-weight: bold !important;}</style>

Where it says "New Title" in the code, change that to whatever you want the blurbs heading to be.


Permalink Report Reply

Reply by jason

posted

OMG THANKS SO MUCH!!! I was confused on how I needed to input the code because I had it working on another layout!!


Permalink Report Reply