aleeex's profile picture

Published by

published
updated

Category: Web, HTML, Tech

how to change interest table names

highly recommend this site for previewing & easier coding 


paste all codes in about me:


to hide about me and who i want to meet titles:


<style>

 .right .section h4{display:none !important;}

</style>

and to hide the blurb title:

<style>

.blurbs .heading{display:none !important;}

</style>

interest table name changes are within this root function. just paste this within the style at the beginning of the code (change where it says 'interest #').
you can change the colors, background and what not as well.

<style>

    :root {  
        
        --headers: black;
        --links: black;
      
        
    --topic1: "interest1";
    --topic2: "interest 2";
    --topic3: "interest 3";
    --topic4: "interest 4";
    --topic5: "interest 5";
    --topic6: "interest 6";
    --topic7: "interest 7";


    --myactions: "follow me";
    --mytopics: "i'm so interesting ";
    --mylinks: "plug plug plug";
}

    /* ~~~~~ personalized topix ~~~~~ */
  

.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: 0px px 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>

hope this helps!


12 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

aleeex

aleeex's profile picture

def not annoying!! always here to help (:


Report Comment



i'm sorry im still confused where do i paste the super long code to get the interest tables to change?

by Kody Havoc; ; Report

Paste it in about me!

by aleeex; ; Report

oh okay I did that but now the names just disappear and when i change them inside the parentheses, it doesn't do anything. I'm sure this is user error. lol do you know what's wrong with it?

by Kody Havoc; ; Report

are you pasting within the style carrots?

by aleeex; ; Report

i think so. i'm doing this:

--topic1: "Band Members";
--topic2: "Music";
--topic3: "Heros";
--topic4: "interest 4";
--topic5: "interest 5";
--topic6: "interest 6";
--topic7: "interest 7";

but it isn't doing anything when i save

by Kody Havoc; ; Report

hi i added a blog post for you to paste into your profile.

https://blog.spacehey.com/entry?id=7781

i tested it for ya so it should work!
let me know how it goes (:

by aleeex; ; Report

you're SO FREAKING sweet! thank you for helping me out so much. :)

by Kody Havoc; ; Report

Maizie Torvaris

Maizie Torvaris's profile picture

THANK U SO MUCH ANGEL !! sorry im so annoying with this haha


Report Comment