- Issue created by @Neha Wadhwani
- Issue was unassigned.
- Status changed to Needs review
10 months ago 10:52am 15 February 2024 - Status changed to Needs work
8 months ago 12:37pm 9 April 2024 - 🇮🇳India Ashutosh Ahirwal India
Adding css like this will effect globally because added css in provided patch is a field specific and adding display none for label and page title is not a correct way.
+.page-title { + display: none; } + +.field--label-above .field__label { + display: none; }
tanushree gupta → made their first commit to this issue’s fork.
- Assigned to Tanushree Gupta
- Status changed to Needs review
3 months ago 8:12am 11 September 2024 I corrected the Twig template name to properly override all nodes, as the previous page.html.twig was not being applied, causing distortion on every node. In addition to this, I made changes to the styling of the content page for the Basic Page content type, as the body text was previously not visible. I also noticed that the tags on the article page were not styled, so I corrected that styling as well.
Here are the screenshots I am attaching for the reference.- Issue was unassigned.
Reviewed MR !33 , MR looks good and all the mentioned changes are there . Attaching screenshot for refernce.