Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #484766

    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

    #485188

    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

    #485192

    Hi Yigit,
    But I have certain element to colorize – not all ;)
    Thanks.

    #485200

    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

    #485206

    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.

    #485213

    Hey!

    She can add use one text block element just for colorizing list items from color tab while keeping other text in seperate text block element.

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.