| |

Darkseeker
|
Ah wait take that back, tab buttons are being rebellious :0 I'm pretty sure this is right, but hecc- Placement wise it's near the end of all the code for custom palettes-
|
|  |
|
| |

Neutral
|
Leopard Lover said: @Mewni ~ I may be wrong, but for me the chat buttons always matched the background color of chat. Try changing chat color and seeing if the button color changes?
I also have no idea how to change pack names :')
there is a way to make the background and the buttons have different colors. .sales { background-color:#ffffff; } .saleschat.main { background-color:#ffffff; } Those are for sales chat and main chat buttons respectively. .main { background-color:#ffffff; } Then, this last one will only affect the button color. Edited at May 25, 2020 10:54 AM by Dire
|
|
|
| |

Neutral
|
|
| |

Neutral
|
Akugitsune328 said: Do any of y'all know how to change the color for the white background box for like... your basic info and the "about this pack" section? ;w;
.formatimg { background: #______; } changes the bio background box color, not completely though uh
|
|
|
| |

Darkseeker
|
|
| |

Neutral
|
Maybe I'm just overlooking something but I was wondering how do you change the color of links in the chat box?
|
|
|
| |

Darkseeker
|
I don't think you can, anyone correct me if im wrong Mewni said: Maybe I'm just overlooking something but I was wondering how do you change the color of links in the chat box?
Edited at May 29, 2020 09:58 PM by CriesInTheNight
|
|
|
| |

Darkseeker
|
Never say never. It's not difficult to change the color of any link as long as you know which selector you should be using. .smalltextblack a:link {
color: #03384D;
}
|
|
|
| |

Neutral
|
|
| |

Darkseeker
|
ooh damn your right. Sorry @Mewni didnt think of this! Vennenum said: Never say never. It's not difficult to change the color of any link as long as you know which selector you should be using. .smalltextblack a:link {
color: #03384D;
}
Edited at May 29, 2020 10:50 PM by CriesInTheNight
|
|
|