Skip Navigation

[Resolved] change of colour

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by martinP-13 4 years, 10 months ago.

Assisted by: Waqar.

Author
Posts
#1447729

on a view in the loop item i have
Sire: [types field='sire-titles' separator=', '][/types] [wpv-post-link]
, Sire Breeder : [wpv-post-link item="@sire-judge.child"] , Judge Status [types field='panel-for-judge' item='@sire-judge.child'][/types]:[types field='judge-book-number' item='@sire-judge.child'][/types] [wpv-view name="sire-view-related-judge-and-dog-on-a-sire-results-section" wpvrelatedto="[wpv-post-id item='@sire-judge.child']"]</strong

what would be the easiset wat to make [types field='sire-titles' separator=', '][/types] show as red font on my webpage??#

many thanks

#1448437

Hi Martin,

Thank you for contacting us and I'd be happy to assist.

To show specific text in a specific color, you can use custom CSS code.

For example, in your view's "CSS editor" tab, you can include:


.text-red {
color: red;
}

After that, you can use this class in your view's content, like this:


<span class="text-red">[types field='sire-titles' separator=', '][/types]</span>

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar

#1448609

My issue is resolved now. Thank you!