Parsys Outline/CSS | Community
Skip to main content
Level 3
August 24, 2022
Solved

Parsys Outline/CSS

  • August 24, 2022
  • 1 reply
  • 990 views

Is it possible to always keep the hover blue outline per component on? sometimes i have components within components and it would make things easier for our authors if they can see where the components lie.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JuanEc2

No need to extend any file @juanec2 , have a styling in your project's client-lib  targeting the container selectors. You can inspect the element and check the css classes, example: 


Thank you, I managed to solve this by first creating a cq:ClientLibraryFolder and adding the categories cq.authoring.editor.core, and cq.authoring.editor

1 reply

B_Sravan
Community Advisor
Community Advisor
August 25, 2022

Yes possible, you can write overriding css for your parsys/container. Do not do any changes to the files under libs though, you can write your own css in your project specific folder, targeting the containers/parsys through selectors.
Thank you.

JuanEc2Author
Level 3
August 25, 2022

Thank you for the information, Do you know what/where the file I can extend is? 

B_Sravan
Community Advisor
Community Advisor
August 25, 2022

No need to extend any file @juanec2 , have a styling in your project's client-lib  targeting the container selectors. You can inspect the element and check the css classes, example: