How do I apply custom CSS?

Avatar
  • updated
  • Answered
I see that the Advanced plan allows Custom CSS, but I don't see how that is uploaded or applied to my forum.
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

You can prepare your CSS using http://www.csspivot.com

or StyleBot Chrome plugin https://chrome.google.com/extensions/detail/oiaejidbmkiecgbjeifoejpgmdaleoha


then we just put in your CSS on top of our own and it will have the highest priority.

Also soon be available to apply custom css from admin interface.

Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

You can prepare your CSS using http://www.csspivot.com

or StyleBot Chrome plugin https://chrome.google.com/extensions/detail/oiaejidbmkiecgbjeifoejpgmdaleoha


then we just put in your CSS on top of our own and it will have the highest priority.

Also soon be available to apply custom css from admin interface.

Avatar
Sergey Stukov co-founder
Now it's possible to set custom css through  admin interface.
Settings->Project->Custom CSS
Avatar
Hello Sergey,
please let me know if I am wrong or not. 
Despite the CSS customisation, I can not change the color of the forums showed in the image below, right?

Avatar
Sergey Stukov co-founder
It's possible if your account has Custom CSS feature or Advanced service plan.

Find out example below, just put this string to the CustomCss textarea.

#m_forums a {color:black !important;}

Avatar
Quote from Sergey Stukov
It's possible if your account has Custom CSS feature or Advanced service plan.

Find out example below, just put this string to the CustomCss textarea.

#m_forums a {color:black !important;}

As per our past agreement we have the full feature account I guess (we keep doign the translation into Spanish periodically).
Yeah, I understand. You can change all together but not each separately, right?
Avatar
Sergey Stukov co-founder
Quote from Iago Rodríguez-Quintana
As per our past agreement we have the full feature account I guess (we keep doign the translation into Spanish periodically).
Yeah, I understand. You can change all together but not each separately, right?
Yes, only all at this moment and dedicated CSS for selected forum.
Avatar
Quote from Sergey Stukov
Yes, only all at this moment and dedicated CSS for selected forum.
OK thanks.
Avatar
THF Support
The domain csspivot.com is now for sale... Any other suggestions? We want to apply custom css, but need a stsrting point. We especially want a stretched background picture as on our own website. Any directions (we know the css, but not the used classes or possibilities in this custom css feature).
Avatar
Vladimir Mullagaliyev co-founder
Quote from THF Support
The domain csspivot.com is now for sale... Any other suggestions? We want to apply custom css, but need a stsrting point. We especially want a stretched background picture as on our own website. Any directions (we know the css, but not the used classes or possibilities in this custom css feature).
We are looking for the alternative service for csspivot.com
We have uploaded your background image. You can do it here https://thehockeyfactory.userecho.com/settings/pro...

Avatar
THF Support
Yes I already tried that, but I now want to stretch it using css, like we do on our own website. And there are other elements I need to change, like the top border of the right column elements, it's the original light blue. Do I have to dig in the standard stylesheet and put the overrides in the custom css form field?