Hi fing086,
I have checked and see that you are using the ja space template. I was mistaken in the previous answer, I think you use the ja decor template, sorry about that.
To remove of colored side effects, you can create the custom.css file in the /templates/ja_space/css folder and use the following code:
.ja-decor {
display: none;
}