+ Reply to Thread
Results 1 to 3 of 3

Thread: Custom css class names

  1. #1
    Senior Member
    Join Date
    Jun 2016
    Posts
    185

    Custom css class names

    It would be great if every field you edited could have an option to ad a custom css class name. So then in pages, content boxes, categories etc. You would be able to add css to individual items, and add icons colors etc.

  2. #2
    Hello Fadil Asani,

    You can add for each field css styles. You can check the structure of code and you will find the unique ID for each field.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    For example, fields on listing details page can be found by using the following selector:

    div.listing-details #df_field_<field_key>

    where <field_key> is a key of your listing field
    Last edited by Rudi; March 6, 2018 at 05:45 AM.

+ Reply to Thread