OK, I finally managed to customise the rich text in CMS. I did change the link’s colour. Now, I added an underline and hover effect, but it doesn’t reflex anywhere. I tried to reload and save multiple times. Why is that?
Hi there,
Text links in Webflow come with default styling (blue text and underline). To customize this styling site-wide, here’s what you can do:
Navigate to the Style panel and select the “All links” tag selector. This will allow you to set consistent styling for all links across your website. You can modify properties like:
- Text color
- Text decoration
- Hover states
- Other text properties
If your styling changes aren’t taking effect, ensure you’re targeting the Text Link element itself rather than the Link block container. The Link block is a wrapper that may require separate styling.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Seems to be defined properly in your rich text element which has the class Rich Text Block
.
Now use that class on any other rich text element in your site and the links should look that way.
Sorted. It got a bit complicated with all the classes within classes, etc. But done! Thank you very much for explaining to me