You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#111857 Color of list

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by thefbione on Tuesday, 20 September 2022 12:00 BST

thefbione
Hello,
Is there a way to put the same color for the list as my text.
For example, if i change the text color in list (bullet or number), only the text take the color, but not the "li".
See : https://www.screencast.com/t/l7QmHP2i

Ryan
Please post a link to an example article on your site.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

thefbione
Hi,
Here : https://www.pnimmobilier.ch/demande-de-location/appartements-commerciaux

This is a RS Form component but using JCE for the text, at the bottom of the page.

Ryan
The problem here is that you are applying the text color to individual text selections, which will not include the numbers of the list, as they are seperate to the list items themselves.

The best way to resolve this is to create a custom style that you can use to apply to all the text, wrapping it all in a div container with the text colour style.

To do this:

1. Go to Editor Profiles -> Plugin Parameters -> Style Select.
2. Create a new Custom Style with the following properties: Title = Blue Text, Tag = div, Styles = color:#0070c0

http://cdn.joomlacontenteditor.net/tmp/111857-color-of-list-1.jpg

3. Click Save, then go to the RSForm form.
4. Select all the content using CTRL + A (or CMD + A on Mac) and click the Remove Format button to remove all the existing styles you have applied.
5. Click CTRL + A again to select all the text.
6. Select the Blue Text style from the Styles list.
7. Add any other styles to text selections you require.

http://cdn.joomlacontenteditor.net/tmp/111857-color-of-list-2.gif


Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

thefbione
Hello,
OK, thank you very much, work great.