Skip to content

Roblox Home Page Fix by lemonadesnake

Screenshot of Roblox Home Page Fix

Details

Authorlemonadesnake

LicenseCC BY 4.0

Categoryroblox.com

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds the welcome message back to the home page.

Notes

Change the pfp url and the name in the style to your own for it to display properly.

Source code

/* ==UserStyle==
@name           Home Page Fix
@namespace      https://userstyles.world/user/lemonadesnake
@version        1.0
@description    Adds the welcome message back to the home page
@author         LemonadeSnake
==/UserStyle== */

@-moz-document url("https://www.roblox.com/home") {
.gotham-font h1:before{
content: "‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ";
font-size: 40px !important;
width: 653px !important
}
.gotham-font h1 {
font-size: 0px;
margin-top: 20px;
margin-bottom: 0px;
}
.col-xs-12.container-header {
font-size: 300px !important;
background-image: url(https://tr.rbxcdn.com/2e2ce109ca2fdb611f8ab234b87c1c84/150/150/AvatarHeadshot/Png) !important;
background-repeat: no-repeat;
width: 150px;
border-radius: 239px;
height: 150px;
background-position-y: 3px;
background-color: #fff;
box-shadow: 0 1px 4px 0 rgb(25 25 25 / 20%);
}

.row.home-container:before {
    content: "‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ Hello, [Username Goes Here]!";
    font-size: 40px !important;
    width: 653px !important;
margin-bottom: -92px;
    margin-top: 78px;
}
}

Reviews

No reviews yet.