Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


Per page CSS rules

posts: 126891 United Kingdom

Hi @DoctorIGP

Yes, there are a few ways to do that (it is Tiki, after all! 😉

  • in an html plugin in the wiki page (as requested)
  • in the custom css pref in ‘’look & feel’’ as a global rule with the page specifier (or better a custom.js in the theme dir), with something like this
    Copy to clipboard
    #page_42 { color: red; }

Does that help?

There are no comments at this time.