Tagged: tab
Hi,
in the Tabs element I add a table for an event agenda. I populate the table with the agenda, hour by hour.
I would like to have some of the text in a different color; when I assign “red” for example it shows in the backend but it doesn’t show in the front end. The text published is all black.
How can I do that?
Curiously, there is only one line, which is blue that works in both back-front end.
See front end at https://vacationrentalworldsummit.com/#roundtables (scroll down a bit to view the agenda on two days using the Tab element. You’ll see how “Lunch break” is blue, while all the rest is black.
Hey Antonio,
Thanks for the login details. You are applying the colour to the span element, but you then add a strong tag inside of that, so the colour of that will be decided by the strong tag. I’ve change this text as an example for you:
(Facilitated by VRWS Speakers & Facilitators)
If you need to have your strong tags in different colours, the you can try markup like this:
<strong style="color: #ddd;">Session 2:</strong>
Best regards,
Rikard