GitHub user dosubot[bot] added a comment to the discussion: Changing 
LOGO_TARGET_PATH adds a 'Home' menu

<!-- Answer -->
To hide the first child element with the class "ant-menu-item" within a parent 
class "ant-menu" using the `CssTemplate` model, you can use the following CSS:

1. Create a custom CSS template in Superset with this content:

```css
.ant-menu > .ant-menu-item:first-child {
    display: none;
}
```

2. Load this CSS template into Superset using the `CssTemplate` model.

This CSS targets the first child element with the class "ant-menu-item" within 
the "ant-menu" parent and hides it.


<!-- Dosu Comment Footer -->
*To continue talking to [Dosu](https://dosu.dev), mention @dosu.*

---
<sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/c6b944ae-ffaa-4bdf-b62a-fe06eb8de58d?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/c6b944ae-ffaa-4bdf-b62a-fe06eb8de58d?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/c6b944ae-ffaa-4bdf-b62a-fe06eb8de58d?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/c6b944ae-ffaa-4bdf-b62a-fe06eb8de58d?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/c6b944ae-ffaa-4bdf-b62a-fe06eb8de58d?feedback_type=hallucination)
 | [Bug 
Report](https://app.dosu.dev/response-feedback/c6b944ae-ffaa-4bdf-b62a-fe06eb8de58d?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/c6b944ae-ffaa-4bdf-b62a-fe06eb8de58d?feedback_type=other)</sup>


GitHub link: 
https://github.com/apache/superset/discussions/33295#discussioncomment-12989650

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to