Premium Members Edits

cajkan

Active Member
Hello all i was looking up into CSS and Core files

but i cant get it working

i want my premium members to have larger title name and larger discription

Example :

Premium title = Font size : 14px
Premium description = font size 14px

Normal users title = 12px
Normal description = 12px

Can anyone help me how to solve this


Thank you
 

Mark

Administrator
Staff member
user.css

Code:
.premium_title {
  font-size: 14px;
}
.premium_inside {
  font-size: 14px;
}
 

cajkan

Active Member
Ive tryed edit this file

its inside my custom theme

and doesnt work

Wheres basti i heavent seen him for a longtime

Theme got user.css but when i upload into host doesnt change anything
also im clearing history and stuff like that and its still the same

maybe you could look up into teamview ???
 

cajkan

Active Member
This was all that i have found with premium



Code:
.premium_table_top {
 
}
 
.premium_title {
font-size: 25px;
 
}
.premium_inside_border {
 
}
 
.premium_inside {
font-size: 25px;
}
 
 
 
.premium_badge {
 
}
ive changed to 25px so i can see that works 100% but doesnt work, also ive tryed with 14px still same
 

Mark

Administrator
Staff member
most likely you have overridden this size somewhere else, please post a URL so we can see the code in action.
 
Top