This topic is locked
[SOLVED]

Changing the look-and-feel of all pages (in the StyleEditor)

9/18/2022 10:02:42 AM
PHPRunner General questions
H
Henny Sol author

In the StyleEditor I can change the look-and-feel of ALL Pages (without a Custom CSS) in a rather limited way (logo, sidebar etcetera). I'm looking for ways to change the appearance of certain elements (for example the btn-primary buttons or the input fields in Add, Edit, View Pages) for ALL Pages in one click. I would expect such a functionality to be present on the StyleEditor but it seems not to be there.

The only way I found to -for example- change the appearance (for example color) of the btn-primary button on ALL Pages was to apply a CustomCSS to each Page in my Project. As a consequence changes that I make later in the StyleEditor will not be applied to ALL Pages anymore. And that is a pity.

So: is the functionality I'm looking for available on another location in PHPRunner (I'm a newbie at PHPRunner) OR could it be added in a next version OR is this just not possible?

Best regards,

Henny Sol

(PHPRunner 10.8 build 39787 x64)

Sergey Kornilov admin 9/18/2022

CSS change under Style Editor -> Custom CSS will be automatically applied to all pages in your project. This is the whole point.

Some additional info for you:
CSS examples:
https://xlinesoft.com/phprunner/docs/customizing_styles_examples.htm

Also there are two videos that explain in depth the CSS topic:
https://www.youtube.com/watch?v=_DmMYRCUtU8
https://www.youtube.com/watch?v=yFnD38oslIc

Also a recent HOW TO CREATE A BEAUTIFUL DASHBOARD THEME in our blog.