Buycraft Tebex Sign Up

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Spongydoo

Hi
Banned
Feedback score
3
Posts
201
Reactions
49
Resources
0
Still looking for someone, this is paid.
 
Banned forever. Reason: Ban Evading (Sp3nker, https://builtbybit.com/members/sp3nker.75830/)

Thunderbelly

<3
Premium
Feedback score
10
Posts
382
Reactions
122
Resources
0
Hypixel has partners within Buycraft itself, and as a result, they can ask for custom features, not available to the general public, because either it's not implemented to be publicly modified yet or because they just do not plan to release it as a public modification
 

Drakonn

Feedback score
1
Posts
72
Reactions
36
Resources
0
You should just be able to set the opacity to 0, not that hard....
 

Drakonn

Feedback score
1
Posts
72
Reactions
36
Resources
0
Haven't actually tested but try add this to your css sheet
Code:
.tebexButtons {
    opacity: 0 !important;
}
.tebexLogin {
    opacity: 0 !important;
}
.tebexLoginBtn {
    opacity: 0 !important;
}
.tebexSignupBtn  {
    opacity: 0 !important;
}
.tebexLogoutBtn {
    opacity: 0 !important;
}
.tebexProfile {
    opacity: 0 !important;
}
.tebexProfilePicker {
    opacity: 0 !important;
}
.tebexProfileItem {
    opacity: 0 !important;
}
.tebexBtn {
    opacity: 0 !important;
}
.tebexContainer {
    opacity: 0 !important;
}
.tebexDropdown {
    opacity: 0 !important;
}
Buycraft don't allow u to force modify it, they delete your store if you do.
Would still technically fix it ;)
 

Spongydoo

Hi
Banned
Feedback score
3
Posts
201
Reactions
49
Resources
0
Haven't actually tested but try add this to your css sheet
Code:
.tebexButtons {
    opacity: 0 !important;
}
.tebexLogin {
    opacity: 0 !important;
}
.tebexLoginBtn {
    opacity: 0 !important;
}
.tebexSignupBtn  {
    opacity: 0 !important;
}
.tebexLogoutBtn {
    opacity: 0 !important;
}
.tebexProfile {
    opacity: 0 !important;
}
.tebexProfilePicker {
    opacity: 0 !important;
}
.tebexProfileItem {
    opacity: 0 !important;
}
.tebexBtn {
    opacity: 0 !important;
}
.tebexContainer {
    opacity: 0 !important;
}
.tebexDropdown {
    opacity: 0 !important;
}

Would still technically fix it ;)
Only the 2 colors, anything such as hiding it etc they do not allow. When I find the thread I'll link it[DOUBLEPOST=1530920388][/DOUBLEPOST]https://help.buycraft.net/article/217-styling-the-tebex-accounts-login-bar

"however, using any means to remove the login bar is against our terms and conditions."

Somewhere they also state they delete your store.
Uhhh, I don't know what to do here?
Drakonn Could you send me an css sheet that'll change its color to dark gray? I wanna do that first to stay on the safe side.
 
Banned forever. Reason: Ban Evading (Sp3nker, https://builtbybit.com/members/sp3nker.75830/)

Drakonn

Feedback score
1
Posts
72
Reactions
36
Resources
0
.tebexButtons {
color: #474747 !important;
}
.tebexLogin {
color: #474747 !important;
}
.tebexLoginBtn {
color: #474747 !important;
}
.tebexSignupBtn {
color: #474747 !important;
}
.tebexLogoutBtn {
color: #474747 !important;
}
.tebexProfile {
color: #474747 !important;
}
.tebexProfilePicker {
color: #474747 !important;
}
.tebexProfileItem {
color: #474747 !important;
}
.tebexBtn {
color: #474747 !important;
}
.tebexContainer {
color: #474747 !important;
}
.tebexDropdown {
color: #474747 !important;
}
 
Status
This thread has been locked.
Top