tea's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Changing Interest Table Titles [TUTORIAL]

Hello! Here is a quick brief tutorial on how to customize the titles in your interest table located on your profile!


You can put whatever text you want in the sections. If you want to eliminate a category you will simply leave it blank but it will not get rid of the box completely it will still remain there. 
The coding will be listed below
replace the texts listed "name" with the desired title. 

<style>

table, th, td {

  border: 0px solid;

     }

:root {

  --topic1: "name";
  --topic2: "name";
  --topic3: "name";
  --topic4: "name";
  --topic5: "name";
  --topic6: "name";

 }

.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}

.details-table tr td:first-child p::after{
    
    
color:var(--links) !important;
letter-spacing:normal !important;
text-shadow: 2px 2px black !important;
filter: brightness(95%) !important;
   
   
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
  content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
  content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
  content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
  content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
  content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
  content: var(--topic6);
}

</style>


--------------
simply copy and paste this into your "about me" section of your profile! 
Hope this helped, if you have any questions don't be afraid to ask in the comments I am active daily!


173 Kudos

Comments

Displaying 20 of 52 comments ( View all | Add Comment )

Sunny

Sunny's profile picture

shameless plug but here is my blog post w/ working code ;-; https://blog.spacehey.com/entry?id=1479736


Report Comment

zé maria

zé maria's profile picture

It only shows to you ;(


Report Comment

ME

ME's profile picture

HIII!!! THANK U SO MUCH FOR SHARING THE CODE! I tried to copy the code, but it only worked when I view my profile myself, when other people view it it doesnt work :((( why is that??


Report Comment

AtissaMuneerah

AtissaMuneerah's profile picture

hello hello! does anyone know how to add an underline...? or you just put it insider the name as well?/


Report Comment

apollo :p

apollo :p's profile picture

how would I add a border around the boxes? specifically a dashed border


Report Comment



hi ! in this part

table, th, td {

border: 0px solid;

}

you change it to "border: 2px dashed (color you want the border to be);"

by kiri; ; Report

thank you sm!!!

by apollo :p; ; Report

beezlbee

beezlbee's profile picture

using!!


Report Comment

cody

cody's profile picture

using!


Report Comment

frogomatic

frogomatic's profile picture

tysmmm do u know how you cange the colour of the text in the contact box? i looked everywhere but found no solution ://


Report Comment



Hey could tell me how you changed the color of your fonts? Cuz I've been trying to figure out because my fonts are black T-T

by ScreamingSuicide; ; Report

the text shadow part of the code, replace the "black" with your color choice!

by aubri; ; Report

Ryker

Ryker's profile picture

Using! <3


Report Comment

mishikon

mishikon's profile picture

i am currently using this. +1. thank you very much.


Report Comment

anthares

anthares's profile picture

using!


Report Comment

emaliolopesnr1

emaliolopesnr1's profile picture

tysm!!


Report Comment

yearzered

yearzered's profile picture

does it go after or before a personal layout?


Report Comment

Sam

Sam's profile picture

how would i change the color of it?


Report Comment



find where it says color:var(--links) !important;
and then put the color hex code where it says var(--links)

by AZARAIUS༉‧₊˚✧; ; Report

eye

eye's profile picture

i love you thank you sm


Report Comment

Dori 🎩

Dori 🎩's profile picture

using !! thank yous ^_^


Report Comment

Traumarchive

Traumarchive's profile picture

USINGGG


Report Comment

featherfae

featherfae's profile picture

yooooo this is sick!! thanx!!!!


Report Comment

Jeremías

Jeremías's profile picture

Usando. Eres nuestro salvador por compartir esto.


Report Comment

Sunny Dee

Sunny Dee's profile picture

thank you this is so helpful


Report Comment