Archived topic
Show underline for links on Admin (backend)
1 reply · Started by William on July 10, 2022
Hello -
I have added some text decoration in the form of underline to my hyperlinks. I was curious if there is a way that the underline can show up on the backend of wordpress when I am in the Admin mode creating a post?
Thank you.
Hi William,
If you’re using a Child Theme, you can enqueue a stylesheet to the Block Editor as such: https://generatepress.com/forums/topic/custom-styles-not-showing-in-gutenberg/#post-808814
Then you can add your custom CSS in your style sheet as well.
I think there might also be plugins that may do as such: https://gutenberghub.com/how-to-apply-custom-css-to-any-gutenberg-block/
Hope this clarifies!