Custom inline style –Write the CSS into “Custom Inline style” text area to customise the hyperlink. For example: background-color:green; border:1px red solid; ...etc.


Note: This does not define the hover style. If you need this to be customised, we recommend using “Custom Class name”, and define the CSS style in the HeadCSS within the Viewer Config found in PAC. For example, define “yourCustomClassname” from “pac\V3 Interactivity” page, then add:


.yourCustomClassname{background-color:green; border:1px red solid;}


.yourCustomClassname:hover{background-color:red; border:1px green solid}