Hi all, I want to link dynamic text to a dynamic page inside a repeater, and I’m finding the only straightforward way is to make the text into a button. However, the standard styling options I’m seeing for text inside buttons includes bold and italic, but not underline. Is there a simple way to add this? I’ve also tried creating a horizontal line to underline the button area but can’t seem to make it group inside the repeater in the same way that adding text fields seems to work just fine. Any suggestions for either approach would be much appreciated! (Sorry if this is the wrong place to ask—if so, could you please direct me to more appropriate resources?)
Hi Amy,
You could try using text & underline it. You could also try contacting customer care if you need more help as you said, this forum is for Wix corvid related topics. https://support.wix.com/en/article/contacting-wix-customer-care-for-support
Your idea with the underline could work, if you use some code.
$w(‘#your Element’).show()
$w(‘#your Element’).hide()
you could set the line to HIDDEN and when you need to show the underline (line-element), you just fire up an event which would SHOW the (line-element).
And when you not need the line anymore, you simply hide it with the opposite-code.