So i am trying to create a blog/ story on my app but i ran into a problem. I know how to create it but seems i cant display it. I am using the bubble made rich text editor for the content of the story. I also have links in my story but they show up weird.
Are you saving the text directly from a Rich Text Editor Plugin by Bubble into a text field of your database and not making any changes to it once it has been saved in the database?
You should try unchecking those boxes and set the color inside of the Rich Text Editor…of course if you want some specific color for you apps branding you can then go in and change the BBCode inside of the database.
It is a pain to do manually, but if you are really after the look, you can set up a backend workflow to make those changes automatically once a new post as been added to the database.
If you want to save lots of time and have a Blog that adds SEO benefits, you can check out my template that is a complete Content Management System.
So, if i dont recognize links it works but i want the text of the links to be a Specific color, Cant seem to do that if i have the option turned of off.
A backend workflow that would just to a simple :find and replace for the color=rgb(230, 0, 0) where you find color=rgb(230, 0, 0) and then replace with color=rgb (and the rgb code of the color you want)