Log in

View Full Version : Additional CSS Definitions.. where i find them?


eduardo.silve
01-26-2010, 08:15 PM
hi
in the previous version (3.8) i add my styles in the path
Style Manager -> Main CSS -> Additional CSS Definitions

an example:
#carrusel{ max-height:250px!important; width:589px; overflow:hidden;}
#carrusel #gallery DIV.panel {padding: 0px}
#header_esmais{margin:0 auto !important;}
.HDR_texto{height:18px !important;}



but in the version (4.0) are obsolet
somebody knows
:confused:where i could insert my css?
regards

Lynne
01-26-2010, 08:22 PM
Put it in additional.css (4.0.1) However, you will need to add this line before </head> in the USERCP_SHELL:
{vb:raw headinclude_bottom}

eduardo.silve
01-26-2010, 08:41 PM
ok thx !!

Guust
03-20-2010, 11:37 PM
Still lost ...
I got 4.0.2 patch level 1, and I find the additional.css file in my file manager, so I can update and upload.
However, every time I make a change to any other style using the style manager in the control panel, my additional.css file gets wiped clean and I need to upload again.
It seems there has to be a way to add the css to the additional.css file using the control panel, but I just cannot locate it at all.

UPDATE: Got it! You need to "Edit templates" and then choose "CSS templates" and when you expand, presto, there is the additional.css file!
I guess my problem was that a css file to me is a FILE and not a TEMPLATE, so i never looked there.