Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
The selector may be something like: #<idname> { visibility: hidden; } This should leave the space allocated but hide the content. Note: I added this in the comments but putting here as wel...
Answer
#4: Post edited
- The selector may be something like:
- `#<idname> { visibility: hidden; }`
- This should leave the space allocated but hide the content.
- Note: I added this in the comments but putting here as well:
- It looks like the <path> id is "a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask". The id will be specific to this specific tag. So this might work:
`a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; }`
- The selector may be something like:
- `#<idname> { visibility: hidden; }`
- This should leave the space allocated but hide the content.
- Note: I added this in the comments but putting here as well:
- It looks like the <path> id is "a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask". The id will be specific to this specific tag. So this might work:
- `#a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; }`
#3: Post edited
- The selector may be something like:
- `#<idname> { visibility: hidden; }`
- This should leave the space allocated but hide the content.
- Note: I added this in the comments but putting here as well:
It looks like the <path> id is "a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask". So this might work:- `a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; }`
- The selector may be something like:
- `#<idname> { visibility: hidden; }`
- This should leave the space allocated but hide the content.
- Note: I added this in the comments but putting here as well:
- It looks like the <path> id is "a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask". The id will be specific to this specific tag. So this might work:
- `a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; }`
#2: Post edited
- The selector may be something like:
- `#<idname> { visibility: hidden; }`
- This should leave the space allocated but hide the content.
- The selector may be something like:
- `#<idname> { visibility: hidden; }`
- This should leave the space allocated but hide the content.
- Note: I added this in the comments but putting here as well:
- It looks like the <path> id is "a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask". So this might work:
- `a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; }`