Inspect HTML element and add your own CSS styles

Tips submitted by PHPMaker users
Post Reply
arbei
User
Posts: 9286

Inspect HTML element and add your own CSS styles

Post by arbei »

In your Chrome browser, right click the HTML element you want to check and select Inspect, see the following for detail:

Find and test the CSS styles you want to change in "Styles" panel of the browser first.

To override the CSS styles, you may add your styles under the HTML -> Styles -> User tab (or use server events if applicable) in PHPMaker.


Post Reply