Hi Bubblers!
When I make a post with a popup and add a link to the content, the content in the repeating group post is not highlighted in blue so it doesn’t show the user that it is a link underlined in blue?
I’m creating a social network Q&A and I and the developers can’t figure this out.
The content that is hyperlinked only shows up when the user hovers over the content.
How do we make it show up in blue or show that it is a link? Are there alternative plugins?
Please advise.
highlight your text in the richtext editor and give it any color. then you can specify the exact hex code in the input field.
1 Like
Thanks Oliver. So the user has to highlight in blue first then hyperlink it? Seems cumbersome as a double process
On the text element, that displays the Q/A, you can check the checkbox ‘recogn links&emails’ and give it a color.
Every link with https://, http:// or www will have this color now.
I believe this is what you meant?
Does not allow me to do it with the rich text editor element…
we’ll figure it out its complicated
have you figured this out? please i need help
Hey, it might be a little late but there is a solution :
Put an HTML element on your page, or directly copy and paste the following code into the SEO/metatag section in your app settings
#link-color a {
color: #FF0000;
}
Then select your text element where your text is displayed and put on ID attribute at the very bottom of its settings. (If you don’t have the option, you need to activate it on your app settings before)
Don’t forget the “a” after your ID name on the css as it refers to the links elements onto that text elements.
Good luck
1 Like