Hi @alok_singh,
I have implemented & checked the Patch provided by you.
The Patch has been implemented successfully.
Result:- Read more button style matched with the theme in Drupal 9.5.0.
Note:
Only showing this below error:-
warning: css/os-page.css has type 100644, expected 100755
warning: css/os-style.css has type 100644, expected 100755
if possible please look into it.
attached are screenshots of before & after results.
Thank You.
Hello @alok_singh,
I am not able to replicate the issue, attaching the screenshot for the same. can you please re-verify or cross-check the same.
Note: Tested on Drupal version 9.5.0
@kenyoOwen
To resolve the above mentioned issue please follow the below steps:
1) First place "Page Title" Block on region named as content, currently it goes to the header.
2)Then in os-style.css at very last write below lines of code.
h1.page-title , h1.page-title a {
text-align:left;
color: inherit;
}
attached is the screenshot for the same.
block-placement.png
patch-result.png