-
Youzify MePinned Post
To change the Top Nav Bar’s color, you may use this code:
Note: Change the “red” color to whatever you want.#nav-container {
background: red !important;
}6 Comments -
Youzify MePinned Post
Paste this code to your Profile CSS for changing of name Color:
Note: Change the “red” to any color you want..youzify-hdr-v1 .youzify-name h2 {
color:red !important;
}1 Comment -
Youzify MePinned Post
For Activity/Post Header customization (Gradient Background):
Note: Remove duplicate css code
.activity-header {
background: linear-gradient(black, red);
} -
Youzify MePinned Post
How to choose your own color?
1. search “color picker” on google.com
2. select your preferred color and copy the “#——” value from HEX field.
3. Go to your CSS code.
4. replace the values in your code with your preferred color.
Note: color values may be name (ex. “red, white, green, etc.”) or HEX (ex. ” #000000, #fff, #f3e001“) or…Read More -
Youzify MePinned Post
Paste this to your Profile CSS for Friendster Navigation Bar customization:
// This is for the background color:
#youzify-profile-navmenu,ul.youzify-nav-view-more-menu {
background:none!important;
background-color: red !important
}// This is for the text color:
#youzify-profile-navmenu * {
color: white;
}1 Comment -
Youzify MePinned Post
You may hide your widgets using this CSS code:
Note: Remove the “//” before the attribute “display: none”..friendster-video{
// display: none
}.friendster-about_me{
// display: none
}.friendster-wall_media{
// display: none
}.friendster-friends{
// display: none
}.friendster-reviews{
// display:…Read More -
Youzify MePinned Post
Paste this to your Profile CSS to change the color of “friendster” logo:
Note: You may change the “red” to any color you want. Do not remove the “!important” .a.site-title {
color: red !important;
}6 Comments -
-
-
You’ll have to wait for a bit for the website to load the css unto your profile. Idk how long but I am testing it to see how long it takes for the css codes to be applied to the profile
-
-
Youzify MePinned Post
Paste this to your Profile CSS for Activity Item glow effect:
.activity-item {
border:1px solid #ff5454;
animation:glow 1s ease-in-out infinite alternate
}@-webkit-keyframes glow {
to {
box-shadow:0 0 10px #f00,0 0 20px #f00,0 0 30px #ff6600,0 0 40px #ff6600,0 0 50px #ff6600,0 0 60px #ff6600,0 0 70px #f60
}from…Read More
1 Comment -
Youzify MePinned Post
For Glowing star ratings on your profile you may use this:
.youzify-user-rating-stars .youzify-star-rating i:before {
animation:myglow 1s ease-in-out infinite alternate
}@-webkit-keyframes myglow {
from {
text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 15px #e60073,0 0 20px #e60073,0 0 25px #e60073,0 0 30px #e60073,0 0 35px #e60073
}…Read More2 Comments-
-
As you can see in the codes, there were to HEX values- #e60073 and #ff4da6- for two different colors. Go to color picker on Google, choose two colors then for every written HEX values (#e60073 and #ff4da6), replace them with your chosen colors. It means the glow will transition from color 1 to color 2, I just tried it now, wild guess. It worked.
-
-
-
Reymond Archie joined the group
Friendster Theme Tips & Tricks -
Khel Balibrea joined the group
Friendster Theme Tips & Tricks -
ian muyco joined the group
Friendster Theme Tips & Tricks -
mark joseph pepito joined the group
Friendster Theme Tips & Tricks -
Marj Morales joined the group
Friendster Theme Tips & Tricks -
Maskugatiger / Cybernetwalker joined the group
Friendster Theme Tips & Tricks -
Abra C joined the group
Friendster Theme Tips & Tricks -
kai joined the group
Friendster Theme Tips & Tricks -
Danica Rose Pastoril joined the group
Friendster Theme Tips & Tricks -
jessie padernos macriola joined the group
Friendster Theme Tips & Tricks -
Mart Balbalosa Delacruz joined the group
Friendster Theme Tips & Tricks -
ellenaj joined the group
Friendster Theme Tips & Tricks -
Mk Mc joined the group
Friendster Theme Tips & Tricks -
Michael Cajan joined the group
Friendster Theme Tips & Tricks -
ÀrìēsTürtlē joined the group
Friendster Theme Tips & Tricks -
Helen Dondoyano-Sorillo joined the group
Friendster Theme Tips & Tricks -
Reynaldo carbonell jr joined the group
Friendster Theme Tips & Tricks -
April joined the group
Friendster Theme Tips & Tricks -
Franceswa joined the group
Friendster Theme Tips & Tricks -
ayk'z joined the group
Friendster Theme Tips & Tricks - Load More Posts
Group description
Here we can share our tips and tricks in theming our Friendster Profile.



















Is this correct?