- Issue created by @alok_singh
- @alok_singh opened merge request.
- Status changed to Needs review
over 1 year ago 12:35pm 20 July 2023 - 🇮🇳India ayush.pandey
Reviewed the changes MR!1 , but the fix don't seem to work
Meanwhile, the below changes can be added to styles.css to show the title properly.
Previous :
a {
color: #fff ;
text-decoration: none !important;
}Changes :
a {
color: #23527c;
text-decoration: none !important;
}Please confirm if this is what expected.
- Status changed to RTBC
over 1 year ago 9:06am 14 August 2023 - 🇮🇳India Jay Jangid
@alok_singh I have tested your MR in Drupal 9.4.x,it's applied successfully but it don't work.
After the changes as per @ayush.pandeya { color: #23527c; text-decoration: none !important; }
The title showing as expected.
@ayush.pandeyThanks for providing solution.
I am sharing screenshots for reference.
Moving it to RTBC +. - Status changed to Needs work
about 1 year ago 11:51am 24 August 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The change described from ayush.pandey has not been added to the MR. The status cannot be Reviewed & tested by the community, if the MR needs to be changed.