how can I integrate css changes to the template?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ppinto
User
Posts: 138

how can I integrate css changes to the template?

Post by ppinto »

Hi,

I'd like to modify my css a bit. For example, if I change navbar-brand in bootstrap.css (generated file, not template) to eliminate padding, it works.
However, if I try to do it in the bootstrap.css file inside the template, the change doesn't translate to the generated css. How can I do it?
Thanks

Pedro


arbei
User
Posts: 9286

Post by arbei »

You can add your style in [HTML]->[Styles]->[User] and it will be added at the end of the stylesheets in order to override the style of the original one.

Read help file topic: "Project Setup" -> "HTML Settings" -> "Styles" for more information.


Post Reply