A link is appearing at top of my forums for no apparent reason, I've changed the theme, yes. The CSS was reset and set to a new one, I copied my previous CSS and pasted it in the new CSS (ofc not ALL of it, just the ones I wanted). Then this started to appear; when the guest logs in, it disappears with the login function, I just want a fix. I want that link to disappear. Thanks.
Also, there's one more thing, the text in my posts is always black, I tried to change everything in the CSS and colors tab which is next to it, but it kinda caused other stuff. For example, the moderators color should be red on my forums, however, some are now red and white. I've used the following code:
- Code:
body{
color: #FFFFFF !important;
}
If I could get a clean answer to that, I'd be grateful as well.
Thanks.
EDIT; ugh one more thing
One of the forum titles (under category) has changed from its original theme color (red) to white. I believe it's due to the code I'm using above. I might need a solution for this.