I tried changing some colors, but they won't change!
Banned forever. Reason: Ban Evading (Sped, https://builtbybit.com/members/sped.16873/)
Tried it... I put it in Style.css, then it didn't change anything again.do it with stylebot for the css then copy it?
Yes... the website is up and running.have you linked it into your html document?
What do you mean?I mean, in your HTML document did you use the link tag in your head?
livechat being <script>? should be at bottom
<link href="style.css" rel="stylesheet" type="text/css" /><script src="//code.tidio.co/27rrktqqwvftgh4auas1k1tx7yybjvmp.js"></script></head>
This is index.php, and the style.css is in the css folder.can you screenshot your folders and files? In style.css in the same directory at index.html, or is it in another folder? Also, are you using a framework such as bootstrap or material? If so, make sure your custom stylesheet is after the framework stylesheet, or else yours will be overridden by the framework.
there's your problem. If style.css is in a folder called css, you need to do this instead:This is index.php, and the style.css is in the css folder.
<link href="css/style.css" rel="stylesheet" type="text/css" />
