|
|
So .secondary appears to have changed the left side of the forum post, like where the stable name and the mail button is, but what about the white box where the messages appear? It's kinda stark and I want it to not be white lmao Edit: Also, what about the featured horse, most prolific sires, etc on the stable page? Where is the code to change that? Edited at January 18, 2021 01:09 PM by Sunshine Jumpers
|
|
|
|
Moderator |
Sunshine Jumpers said: So .secondary appears to have changed the left side of the forum post, like where the stable name and the mail button is, but what about the white box where the messages appear? It's kinda stark and I want it to not be white lmao Edit: Also, what about the featured horse, most prolific sires, etc on the stable page? Where is the code to change that?
To change the featured horse, most prolific sire, etc I recommend going to this guide There are a variety of palette guides throughout the guides forum that may be able to answer your questions :)
|
| |
|
|
|
How do I do a boarder like you have? (the light green thin border) or a boarder in general? Also how do you get the boxes square instead of roundish? (like the chat box post and the boxes on your home stable page) Thanks Edited at January 19, 2021 07:33 PM by Meadow Brook Farm
|
|
|
|
|
Meadow Brook Farm said: How do I do a boarder like you have? (the light green thin border) or a boarder in general? Also how do you get the boxes square instead of roundish? (like the chat box post and the boxes on your home stable page) Thanks
border-width: 1px; border-color: #123ABC; Border-radius: 0px;
|
|
|
|
|
The Unknown said: Meadow Brook Farm said: How do I do a boarder like you have? (the light green thin border) or a boarder in general? Also how do you get the boxes square instead of roundish? (like the chat box post and the boxes on your home stable page) Thanks
border-width: 1px; border-color: #123ABC; Border-radius: 0px;
Where do I put the code? Thanks
|
|
|
|
|
Wherever you'd like! For example to add a border to sales posts place it under .sales :)
|
|
|
|
|
Also how do I get rid of the picture of the trees above the chat box? and where does that code go? Thanks again.
|
|
|
|
|
Meadow Brook Farm said: Also how do I get rid of the picture of the trees above the chat box? and where does that code go? Thanks again.
I was not given authority to share that code as I got it from another user. :)
|
|
|
|
|
The Unknown said: Meadow Brook Farm said: Also how do I get rid of the picture of the trees above the chat box? and where does that code go? Thanks again.
I was not given authority to share that code as I got it from another user. :)
Ok, that fine thanks.
|
|
|
|
|
So I think I am doing it wrong because I can't get the boarder code to work. Here is the part of the code I am trying to change. but I can't get it, I am putting it in wrong? /*-------------------------------------------------- Set the chatbox color --------------------------------------------------*/ border-width: 50px; border-color: #abc123; Border-radius: 50px; .sales { background-color:#999999; } .main { background-color:#999999; } I also tried it this way and it still did not work. /*-------------------------------------------------- Set the chatbox color --------------------------------------------------*/ .sales { background-color:#999999; border-width: 50px; border-color: #abc123; Border-radius: 50px; } .main { background-color:#999999; border-width: 50px; border-color: #abc123; Border-radius: 50px; } Edited at January 19, 2021 07:56 PM by Meadow Brook Farm
|
|
|