Loading...
 
Features / Usability

Features / Usability


custom css

posts: 6 spain

I'm trying to custom css, but every change it doesn't do anything
i tried with google fonts, with word fonts, but it just ignore what i have changed.
thanks in advance

posts: 4656 Japan
Did you link to the source of the font, like
Copy to clipboard
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
, in the "custom HTML head content textarea?

And did you indicate where the font should be used, like
Copy to clipboard
body {font-family: 'Montserrat', sans-serif;}
in the custom CSS textarea?


I tested this and it works, at least in Tiki 13.

-- Gary

posts: 6 spain
ok, O_o, thanks, it's true that the cache exist...but i mean that if t log everything it's all right, anonymous doesn't see changes

posts: 1563 Germany

Hi Bran,

do not forget to clear the Tiki cache!!!

The custom css will not apply until you clear the cache:

Copy to clipboard
/tiki-admin_system.php?do=all