- Sep 20, 2015
- 61
- 32
- 103
- Twitter Username
- @goddessgypsy
- MFC Username
- ReinaSunshine
- Streamate Username
- Goddess_Gypsy
- Chaturbate Username
- Goddess_Gypsy
Most pages don't have this at the top of their page at all.
How do I remove The About Me, Sexual Preference and Gender on MFC?
Also the Status:?
Profile Headline:?
Last Broadcast:?
Last Updated ?
If I try to hide the about me section then they can't see all of the stuff I've been programming. I'm just trying to get rid of the words not the section.
Getting rid of the entire top section would be nice.
I went through the threads and found a few things here but they did not work.
I have tried in CSS and have had no success in getting rid of it if you look at the code you will see where I used information from another thread on here and tried to get rid of it with the code.
#about_me_label {
display:none;
}
I don't know much about programming but I tried to get rid of it.
Anyway, thanks in advance for your time.
Here is a copy of my CSS as it is right now :
body {
background-color:#6b92b9;
background-image:url(http://i.imgur.com/BiSmXaq.png),url...0NJ.png),url(http://i.imgur.com/okpRxJU.png);
-webkit-animation:snow 20s linear infinite;
-moz-animation:snow 20s linear infinite;
-ms-animation:snow 20s linear infinite;
animation:snow 20s linear infinite;
}
#about_me_label {
display:none;
}
.title {
bottom:10px;
right:10px;
position:absolute;
color:#3d3d3d;
font-size:100px;
margin:0;
text-shadow:5px;
text-shadow:0 0 20px #fff;
}
@-webkit-keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}
@-moz-keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}
@-ms-keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}
@keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}
How do I remove The About Me, Sexual Preference and Gender on MFC?
Also the Status:?
Profile Headline:?
Last Broadcast:?
Last Updated ?
If I try to hide the about me section then they can't see all of the stuff I've been programming. I'm just trying to get rid of the words not the section.
Getting rid of the entire top section would be nice.
I went through the threads and found a few things here but they did not work.
I have tried in CSS and have had no success in getting rid of it if you look at the code you will see where I used information from another thread on here and tried to get rid of it with the code.
#about_me_label {
display:none;
}
I don't know much about programming but I tried to get rid of it.
Anyway, thanks in advance for your time.
Here is a copy of my CSS as it is right now :
body {
background-color:#6b92b9;
background-image:url(http://i.imgur.com/BiSmXaq.png),url...0NJ.png),url(http://i.imgur.com/okpRxJU.png);
-webkit-animation:snow 20s linear infinite;
-moz-animation:snow 20s linear infinite;
-ms-animation:snow 20s linear infinite;
animation:snow 20s linear infinite;
}
#about_me_label {
display:none;
}
.title {
bottom:10px;
right:10px;
position:absolute;
color:#3d3d3d;
font-size:100px;
margin:0;
text-shadow:5px;
text-shadow:0 0 20px #fff;
}
@-webkit-keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}
@-moz-keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}
@-ms-keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}
@keyframes snow {
0% {
background-position:0 0px,0 0px,0 0;
}
50% {
background-color:#b4cfe0;
}
100% {
background-position:500px 1000px,400px 400px,300px 300px;
background-color:#6b92b9;
}
}