Customize customer portal

Hi friends! Is it possible to customize the customer portal, place an image for example in the red sector? I remain attentive, thank you very much in advance.

Hi,

you need an SSH access to the server. Navigate to /var/www/splynx folder and do next:

  1. create few files:

views/portal/login/index.custom.twig

views/portal/reset-password/enter-check-code.custom.twig

views/portal/reset-password/index.custom.twig

views/portal/reset-password/set-new-password.custom.twig

these files are copies of original files:

views/portal/login/index.twig

views/portal/reset-password/enter-check-code.twig

views/portal/reset-password/index.twig

views/portal/reset-password/set-new-password.twig

  1. In newly created files add this part of code with a color:

Keep file names as I mentioned as this is required. Also do not remove original files.

I have an image that displays where the red color was. I would like to have a different image on desktop than on mobile.

Does this page’s CSS support @media only screen commands?