Skip to main content
Main Content

CSS Troubleshooting

CSS Troubleshooting
Posted 2022-01-25 15:14:27
Hey there!

So I'm designing my CSS for my page here and just generally screwing around with it. Here are my issues.

1. The odd(?) wolf tabs down in the main page, where they're called New Befriended Wolf, aren't responding to color commands. Any tips?

2. Neither is the chat box or the pack leader header

3. Code for making some buttons (namely den & profile, or others) images?

4. The featured wolf image was given the same code to round off the edges on the main wolf, which worked on the sidebar but not on the main table. I also can't get rid of that border. What's gone wrong?

5. Please don't pay attention to my pack name it's horrid and idk how to change it yet LMAO
DandyTheGhost
#29275

Posted 2022-01-26 13:14:14
1. .table-striped tbody tr:nth-of-type(2n+1) {
background-color: none;
}


2. Pack leader header falls under the .table th selector and the chat box pinned is #chatMessagePinned.s-chat-message__pinned

3. I'm not sure what you mean by this.

4. Not sure what border is there, but I don't have a featured wolf so maybe that's why. :') I assume you mean like that... teardrop... sort of shape? It looks like you have two .featured-wolf selectors, one which changes the border radius and the other which does, so that's probably where you're having problems.

fireflii
#757

Posted 2022-01-26 21:45:55
Oh thank you so much!! I'll mess around with my code once I'm not on a crunch with work and see if that does anything. Thank you so much for the help! :) <3
DandyTheGhost
#29275

Posted 2022-01-26 21:57:21
For clarification, #3 is just a thing I wanted to try in replacing the default button images (the rectangles and such) with other images, like game art (skulls, etc), not sure if this is possible but I plan on experimenting. I'm working on the code rn and I will try removing the navbar tab icons next. Thanks again! :)
DandyTheGhost
#29275

Search Topic