kentico_filipl
-
3/27/2013 9:44:23 AM
RE:page stiles in edit mode
Hello,
Unfortunately, you cannot edit the text of Editable text web part which is positioned inside an area on which {display: none} is applied. That is how HTML and CSS works - you cannot hide a parent element and still display a child element. The only way how a similar functionality can be achieved is to set {visibility: hidden;} for parent and {visibility: visible;} for child (i.e. your Editable text web part). However, the parent will take up the space it is supposed to but the content will be invisible.
On the other hand, a better solution will be to move the Editable text web part outside of the area that you want to be hidden.
Best regards, Filip Ligac
|