Hi,
If I want to highlight an item in the list – there’s no such a way.
add_theme_support('avia_template_builder_custom_css');
won’t work here.
Any idea how to add this?
Thanks
Hey Mariusz!
You can give your text block element a custom class and then use the code as following to make changes
.your-custom-class li { color: orange; }
Regards,
Yigit
Hi Yigit,
But I have certain element to colorize – not all ;)
Thanks.
Hey!
That is when custom CSS field comes in handy :) Please post the link to your page and point out the list item you would like to target.
Best regards,
Yigit
Yigit – I can fix it from CSS editor – there’s no hassle.
But it would be perfect to have such ability from the panel.
The editor does not know CSS and she doesn’t want to bother devs to point which element should be colorized.